]> git.saurik.com Git - wxWidgets.git/blob - include/wx/help.h
704244ae095f07de3541555b78e509a725245f09
[wxWidgets.git] / include / wx / help.h
1 #ifndef _WX_HELP_H_BASE_
2 #define _WX_HELP_H_BASE_
3
4 #include "wx/helpbase.h"
5
6 #ifdef __WXMSW__
7 #include "wx/msw/helpwin.h"
8
9 #undef wxHelpController
10 #undef sm_classwxHelpController
11 #define wxHelpController wxWinHelpController
12 #define sm_classwxHelpController sm_classwxWinHelpController
13 #else // !MSW
14 #include "wx/helpbase.h"
15 #endif // MSW/!MSW
16
17 #endif
18 // _WX_HELP_H_BASE_