use TCP for this benchmark under Windows too (and not DDE)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-22 14:34:04 +00:00
parent e4e7977701
commit e5a0bdfbaf

View File

@@ -12,6 +12,8 @@
#include "wx/evtloop.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 "wx/ipc.h"
#include "../../samples/ipc/ipcsetup.h" #include "../../samples/ipc/ipcsetup.h"