]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gccpriv.h
Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
[wxWidgets.git] / include / wx / msw / gccpriv.h
index e90318cf087044bb9b2963a357cd4b28a2e41e8a..b449670d94348473181d3b7f83b70fe78390372e 100644 (file)
@@ -18,7 +18,7 @@
     #define __GNUWIN32__
 #endif
 
-#if ( __GNUC__ > 2 ) || ( ( __GNUC__ == 2 ) && ( __GNUC_MINOR__ >= 95 ) )
+#if defined(__MINGW32__) && ( ( __GNUC__ > 2 ) || ( ( __GNUC__ == 2 ) && ( __GNUC_MINOR__ >= 95 ) ) )
     #include <_mingw.h>
 #endif
 
@@ -32,7 +32,7 @@
     #endif
 #endif
 
-#if (defined(__WATCOMC__) && __WATCOMC__ >= 1200)
+#if wxCHECK_WATCOM_VERSION(1,0)
     #define HAVE_W32API_H
 #endif