]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/helpwin.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / helpwin.h
... / ...
CommitLineData
1#ifndef _WX_HELPWIN_H_BASE_
2#define _WX_HELPWIN_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/helpwin.h"
6#elif defined(__WXPM__)
7#include "wx/os2/helpwin.h"
8#endif
9
10#endif
11 // _WX_HELPWIN_H_BASE_