]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gccpriv.h
more warning fixes about empty if statement in helper classes in release build
[wxWidgets.git] / include / wx / msw / gccpriv.h
index bb557b4cc02459e424cc3304a5ae25d1915f37d7..b449670d94348473181d3b7f83b70fe78390372e 100644 (file)
@@ -32,7 +32,7 @@
     #endif
 #endif
 
-#if (defined(__WATCOMC__) && __WATCOMC__ >= 1200)
+#if wxCHECK_WATCOM_VERSION(1,0)
     #define HAVE_W32API_H
 #endif