Rationalised Cygwin sample makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
*/
|
||||
|
||||
// If 1, use real DDE. If 0, use TCP/IP
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#define wxUSE_DDE_FOR_SAMPLE 1
|
||||
#else
|
||||
#define wxUSE_DDE_FOR_SAMPLE 0
|
||||
#endif
|
||||
|
||||
#if wxUSE_DDE_FOR_SAMPLE
|
||||
|
||||
|
Reference in New Issue
Block a user