]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxCHECK_W32API_VERSION for OpenWatcom and DigitalMars
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jul 2003 15:01:13 +0000 (15:01 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jul 2003 15:01:13 +0000 (15:01 +0000)
compilers because both of them use w32api

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/gccpriv.h

index 6a7de1851062e06e8dc86950416bf51da29e3bd0..b2150285f62f0e847bd624121a9eea7f5b1db831 100644 (file)
@@ -59,6 +59,7 @@
     #define __CYGWIN10__
 #endif
 
+#ifndef __WATCOMC__ /* this workarounds a bug in Watcom's parser */
 /* Mingw runtime 1.0-20010604 has some missing _tXXXX functions,
    so let's define them ourselves: */
 #if defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 1, 0 ) \
@@ -85,6 +86,7 @@
       #endif
     #endif
 #endif
+#endif /* __WATCOMC__ */
 
 
 #endif