OpenWatcom warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-07-14 19:31:38 +00:00
parent 63a24a91a9
commit 1c9819e417

View File

@ -66,7 +66,7 @@
#define YY_USE_CONST
#endif
#ifdef __MINGW32__
#if defined(__MINGW32__) || defined(__WATCOMC__)
#include <io.h>
#endif