X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..cd25b18c8e7e8d77b1a5847f289afec6e114fbd5:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 9622355ff6..704244ae09 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -1,13 +1,18 @@ -#ifndef __HELPH_BASE__ -#define __HELPH_BASE__ - -#ifdef __WINDOWS__ -#include "wx/msw/helpwin.h" -#elif defined(__GTK__) -#include "wx/generic/helphtml.h" -#else -#include "wx/generic/helpxlp.h" -#endif +#ifndef _WX_HELP_H_BASE_ +#define _WX_HELP_H_BASE_ + +#include "wx/helpbase.h" + +#ifdef __WXMSW__ + #include "wx/msw/helpwin.h" + + #undef wxHelpController + #undef sm_classwxHelpController + #define wxHelpController wxWinHelpController + #define sm_classwxHelpController sm_classwxWinHelpController +#else // !MSW + #include "wx/helpbase.h" +#endif // MSW/!MSW #endif - // __HELPH_BASE__ + // _WX_HELP_H_BASE_