Define __VISUALC__ for ICC under Windows again.
[wxWidgets.git] / include / wx / helpwin.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/helpwin.h
3 // Purpose: Includes Windows or OS/2 help
4 // Author: Julian Smart
5 // Modified by:
6 // Created:
7 // Copyright: (c) Julian Smart
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_HELPWIN_H_BASE_
12 #define _WX_HELPWIN_H_BASE_
13
14 #if defined(__WXMSW__)
15 #include "wx/msw/helpwin.h"
16 #elif defined(__WXPM__)
17 #include "wx/os2/helpwin.h"
18 #endif
19
20 #endif
21 // _WX_HELPWIN_H_BASE_