From: Włodzimierz Skiba Date: Wed, 14 Jul 2004 19:31:38 +0000 (+0000) Subject: OpenWatcom warning fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1c9819e417fc363d1101b575bfc9497443ce2c25 OpenWatcom warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/deprecated/doslex.c b/contrib/src/deprecated/doslex.c index 183785b110..2be69c9bd5 100644 --- a/contrib/src/deprecated/doslex.c +++ b/contrib/src/deprecated/doslex.c @@ -66,7 +66,7 @@ #define YY_USE_CONST #endif - #ifdef __MINGW32__ + #if defined(__MINGW32__) || defined(__WATCOMC__) #include #endif