define wxCHECK_W32API_VERSION for OpenWatcom and DigitalMars

compilers because both of them use w32api


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-05 15:01:13 +00:00
parent ac776ec973
commit 344ca5315d

View 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