]> git.saurik.com Git - wxWidgets.git/commitdiff
#define HAVE_W32API_H for Cygwin/GCC 3.x, too.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 14 Jan 2003 18:29:10 +0000 (18:29 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 14 Jan 2003 18:29:10 +0000 (18:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/gccpriv.h

index 6a3b781994ec915173830c92ca50c6aca6dc075c..de45b8160a3bd15663b1e74516dc0bb58aedaf43 100644 (file)
             #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 )