]> git.saurik.com Git - wxWidgets.git/blame - include/wx/help.h
1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample)
[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
b908d224
VZ
9 #undef wxHelpController
10 #undef sm_classwxHelpController
88ac883a
VZ
11 #define wxHelpController wxWinHelpController
12 #define sm_classwxHelpController sm_classwxWinHelpController
13#else // !MSW
b761fe4c 14 #include "wx/helpbase.h"
88ac883a 15#endif // MSW/!MSW
e5fb7191 16
c801d85f 17#endif
34138703 18 // _WX_HELP_H_BASE_