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:
Julian Smart
1999-02-09 15:37:52 +00:00
parent a6eb3b948b
commit 8e0080ee4e
46 changed files with 474 additions and 1342 deletions

View File

@@ -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