diff options
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index db5468ee..869ebf14 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -4,6 +4,14 @@ #include <HTAccess.h> #include <HTCJK.h> #include <HTAlert.h> + +#ifdef __MINGW32__ +int kbhit(void); +#ifdef UNIX +#undef UNIX +#endif /* UNIX */ +#endif /* __MINGW32__ */ + #include <LYCurses.h> #include <LYHistory.h> #include <LYStrings.h> |