]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/wrapwin.h
84141ec67b1741e00a44280fdf7532d7174e7893
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Wrapper around <windows.h>, to be included instead of it
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
10 #define _WX_WRAPWIN_H_
12 #include "wx/platform.h"
18 // define _WIN32_IE to a high value because we always check for the version
19 // of installed DLLs at runtime anyway:
21 // for compilers that use w32api headers: w32api must be >= 1.1:
22 #if defined( __GNUWIN32__ ) || defined( __MINGW32__ ) || \
23 defined( __CYGWIN__ ) || \
24 (defined(__WATCOMC__) && __WATCOMC__ >= 1200) || \
25 defined(__DIGITALMARS__)
26 #if wxCHECK_W32API_VERSION(1,1)
27 #define _WIN32_IE 0x400
30 #define _WIN32_IE 0x400
35 #include "wx/msw/winundef.h"