]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/help.h
missing newline at the end of file added
[wxWidgets.git] / include / wx / help.h
... / ...
CommitLineData
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 #define wxHelpController wxWinHelpController
10 #define sm_classwxHelpController sm_classwxWinHelpController
11#else // !MSW
12 #include "wx/generic/helpext.h"
13
14 #define wxHelpController wxExtHelpController
15 #define sm_classwxHelpController sm_classwxExtHelpController
16#endif // MSW/!MSW
17
18#endif
19 // _WX_HELP_H_BASE_