From ee80814753a739d9ea04a5c41174b41ebf1020f1 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Fri, 10 Mar 2000 05:32:40 +0000 Subject: [PATCH] Set IPC by default on MSW (need to test recent changes), instead of DDE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/ipc/ddesetup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ipc/ddesetup.h b/samples/ipc/ddesetup.h index caf383930c..177d034b77 100644 --- a/samples/ipc/ddesetup.h +++ b/samples/ipc/ddesetup.h @@ -17,7 +17,7 @@ // If 1, use real DDE. If 0, use TCP/IP #ifdef __WXMSW__ -#define wxUSE_DDE_FOR_SAMPLE 1 +#define wxUSE_DDE_FOR_SAMPLE 0 #else #define wxUSE_DDE_FOR_SAMPLE 0 #endif