]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/ddesetup.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / samples / ipc / ddesetup.h
index caf383930cb01ec7630ebdbff184356e73ec1f07..177d034b77f38a96397458e6e5a2a754834d879f 100644 (file)
@@ -17,7 +17,7 @@
 // If 1, use real DDE. If 0, use TCP/IP
 
 #ifdef __WXMSW__
-#define wxUSE_DDE_FOR_SAMPLE 1
+#define wxUSE_DDE_FOR_SAMPLE 0
 #else
 #define wxUSE_DDE_FOR_SAMPLE 0
 #endif