]> git.saurik.com Git - wxWidgets.git/commitdiff
use TCP for this benchmark under Windows too (and not DDE)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Nov 2008 14:34:04 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Nov 2008 14:34:04 +0000 (14:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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"