]> git.saurik.com Git - wxWidgets.git/blame - include/wx/help.h
test for timegm() added
[wxWidgets.git] / include / wx / help.h
CommitLineData
34138703
JS
1#ifndef _WX_HELP_H_BASE_
2#define _WX_HELP_H_BASE_
c801d85f 3
88ac883a 4#include "wx/helpbase.h"
c801d85f 5
2049ba38 6#ifdef __WXMSW__
88ac883a
VZ
7 #include "wx/msw/helpwin.h"
8
9 #define wxHelpController wxWinHelpController
10 #define sm_classwxHelpController sm_classwxWinHelpController
11#else // !MSW
b761fe4c 12 #include "wx/helpbase.h"
88ac883a 13#endif // MSW/!MSW
e5fb7191 14
c801d85f 15#endif
34138703 16 // _WX_HELP_H_BASE_