fixed a clash in values for wxSlider styles
[wxWidgets.git] / include / wx / help.h
0 / 16 (  0%)
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_