#define HAVE_W32API_H for Cygwin/GCC 3.x, too. (backport)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-01-14 18:30:15 +00:00
parent 782d2f5d12
commit 317d85019d

View File

@@ -10,6 +10,10 @@
#define HAVE_W32API_H
#endif
#endif
#elif defined( __CYGWIN__ ) && !defined( HAVE_W32API_H )
#if ( __GNUC__ > 2 )
#define HAVE_W32API_H
#endif
#endif
// check for MinGW/Cygwin w32api version ( releases >= 0.5, only )