]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dde/ddesetup.h
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / dde / ddesetup.h
index 7b674ecf54ba7b727753390c9316ee882aede84e..caf383930cb01ec7630ebdbff184356e73ec1f07 100644 (file)
  */
 
 // 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