X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..36a0ce39f201409cd8bd5997102da95844e64c98:/include/wx/generic/helpxlp.h diff --git a/include/wx/generic/helpxlp.h b/include/wx/generic/helpxlp.h index 80587b3d07..ec5aa7e174 100644 --- a/include/wx/generic/helpxlp.h +++ b/include/wx/generic/helpxlp.h @@ -21,11 +21,11 @@ #include #include "wx/wx.h" -#if USE_HELP +#if wxUSE_HELP #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 @@ -122,6 +122,6 @@ class WXDLLEXPORT wxXLPHelpController: public wxHelpControllerBase wxXLPHelpClient helpClient; }; -#endif // USE_HELP +#endif // wxUSE_HELP #endif // __HELPXLPH__