]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/ipcclient.cpp
Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN.
[wxWidgets.git] / tests / benchmarks / ipcclient.cpp
index e0f2baba2cc9c806c5c3a469d0b42b5c69712aff..d7102d5df6695752fcc9f2ed6d1c28d95e3d7b2b 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "wx/evtloop.h"
 
+// do this before including wx/ipc.h under Windows to use TCP even there
+#define wxUSE_DDE_FOR_IPC 0
 #include "wx/ipc.h"
 #include "../../samples/ipc/ipcsetup.h"