]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/help.h
1. wxWindow::Centre() hopefully fixed
[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/helpbase.h"
13#endif // MSW/!MSW
14
15#endif
16 // _WX_HELP_H_BASE_