]>
Commit | Line | Data |
---|---|---|
99d80019 | 1 | ///////////////////////////////////////////////////////////////////////////// |
80fdcdb9 | 2 | // Name: wx/helpwin.h |
99d80019 JS |
3 | // Purpose: Includes Windows or OS/2 help |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: | |
99d80019 JS |
7 | // Copyright: (c) Julian Smart |
8 | // Licence: wxWindows licence | |
9 | ///////////////////////////////////////////////////////////////////////////// | |
10 | ||
34138703 JS |
11 | #ifndef _WX_HELPWIN_H_BASE_ |
12 | #define _WX_HELPWIN_H_BASE_ | |
c801d85f | 13 | |
54da4255 | 14 | #if defined(__WXMSW__) |
c801d85f | 15 | #include "wx/msw/helpwin.h" |
54da4255 DW |
16 | #elif defined(__WXPM__) |
17 | #include "wx/os2/helpwin.h" | |
18 | #endif | |
c801d85f KB |
19 | |
20 | #endif | |
34138703 | 21 | // _WX_HELPWIN_H_BASE_ |