X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20ceebaa878e9fb54e678c6498aeaeeaae9f0590..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/ipc.h diff --git a/include/wx/ipc.h b/include/wx/ipc.h index 5b6369235a..5b4b749895 100644 --- a/include/wx/ipc.h +++ b/include/wx/ipc.h @@ -16,7 +16,7 @@ // 0, or if the platform is not Windows, use TCP/IP for IPC implementation #if !defined(wxUSE_DDE_FOR_IPC) - #ifdef __WXMSW__ + #ifdef __WINDOWS__ #define wxUSE_DDE_FOR_IPC 1 #else #define wxUSE_DDE_FOR_IPC 0