X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..45ea509a21a23ce62caadb6a0a9aaf3799c13d39:/include/wx/generic/helpxlp.h?ds=sidebyside diff --git a/include/wx/generic/helpxlp.h b/include/wx/generic/helpxlp.h index 80587b3d07..5c0b26d257 100644 --- a/include/wx/generic/helpxlp.h +++ b/include/wx/generic/helpxlp.h @@ -25,7 +25,7 @@ #include "wx/helpbase.h" -#ifdef __WINDOWS__ +#ifdef __WXMSW__ #include "wx/dde.h" #else // Or whatever it'll be called @@ -38,7 +38,7 @@ class WXDLLEXPORT wxXLPHelpController; // wxHelp process and the application class WXDLLEXPORT wxXLPHelpConnection: public -#ifdef __WINDOWS__ +#ifdef __WXMSW__ wxDDEConnection #else wxTCPConnection @@ -62,7 +62,7 @@ class WXDLLEXPORT wxXLPHelpConnection: public // controlling the wxHelp process class WXDLLEXPORT wxXLPHelpClient: public -#ifdef __WINDOWS__ +#ifdef __WXMSW__ wxDDEClient #else wxTCPClient