X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65669e3152f9d6d3bb77c31d4211a356fe089d56..9f4204f7ee4e61df18321780497ef8e9dc726672:/tests/benchmarks/ipcclient.cpp 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"