X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..af01f1ba0d697c07173f436ab661b4c833258a91:/samples/ipc/ddesetup.h 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