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