34138703 JS |
1 | #ifndef _WX_HELPWIN_H_BASE_ |
2 | #define _WX_HELPWIN_H_BASE_ |
c801d85f |
3 | |
54da4255 |
4 | #if defined(__WXMSW__) |
c801d85f |
5 | #include "wx/msw/helpwin.h" |
54da4255 DW |
6 | #elif defined(__WXPM__) |
7 | #include "wx/os2/helpwin.h" |
8 | #endif |
c801d85f KB |
9 | |
10 | #endif |
34138703 |
11 | // _WX_HELPWIN_H_BASE_ |