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