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
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
// If 1, use real DDE. If 0, use TCP/IP
|
// If 1, use real DDE. If 0, use TCP/IP
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
#define wxUSE_DDE_FOR_SAMPLE 1
|
#define wxUSE_DDE_FOR_SAMPLE 0
|
||||||
#else
|
#else
|
||||||
#define wxUSE_DDE_FOR_SAMPLE 0
|
#define wxUSE_DDE_FOR_SAMPLE 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user