]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/ipcclient.cpp
Removed a method using wxColour from non-GUI benchmark code.
[wxWidgets.git] / tests / benchmarks / ipcclient.cpp
index e0f2baba2cc9c806c5c3a469d0b42b5c69712aff..02621d1528be90e2b11352dec7096a58795c417b 100644 (file)
@@ -3,15 +3,16 @@
 // Purpose:     wxIPC client side benchmarks
 // Author:      Vadim Zeitlin
 // Created:     2008-10-13
-// RCS-ID:      $Id$
 // Copyright:   (c) 2008 Vadim Zeitlin <vadim@wxwidgets.org>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "bench.h"
 
 #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"