compilers because both of them use w32api
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21667
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define __CYGWIN10__
#endif
#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 ) \
/* Mingw runtime 1.0-20010604 has some missing _tXXXX functions,
so let's define them ourselves: */
#if defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 1, 0 ) \
+#endif /* __WATCOMC__ */