]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/helpwin.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Includes Windows or OS/2 help
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_HELPWIN_H_BASE_
13 #define _WX_HELPWIN_H_BASE_
15 #if defined(__WXMSW__)
16 #include "wx/msw/helpwin.h"
17 #elif defined(__WXPM__)
18 #include "wx/os2/helpwin.h"
22 // _WX_HELPWIN_H_BASE_