Mattia's temp fix for cross-compiling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-07-09 13:26:19 +00:00
parent 9806a47c30
commit 371684d3f7

View File

@ -4,7 +4,7 @@
#define _WX_MSW_GCCPRIV_H_ #define _WX_MSW_GCCPRIV_H_
#if defined( __MINGW32__ ) #if defined( __MINGW32__ )
#include <_mingw.h> //#include <_mingw.h>
#if __MINGW32_MAJOR_VERSION >= 1 #if __MINGW32_MAJOR_VERSION >= 1
#define HAVE_W32API_H #define HAVE_W32API_H
#endif #endif