From e5a0bdfbaf326390a42bbf377441e60932368ebb Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Sat, 22 Nov 2008 14:34:04 +0000
Subject: [PATCH] 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
---
 tests/benchmarks/ipcclient.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/benchmarks/ipcclient.cpp b/tests/benchmarks/ipcclient.cpp
index e0f2baba2c..d7102d5df6 100644
--- a/tests/benchmarks/ipcclient.cpp
+++ b/tests/benchmarks/ipcclient.cpp
@@ -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"
 
-- 
2.45.2