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:
parent
63a24a91a9
commit
1c9819e417
@ -66,7 +66,7 @@
|
||||
#define YY_USE_CONST
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__MINGW32__) || defined(__WATCOMC__)
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user