Commit 8e1755aa authored by Kusanagi Kouichi's avatar Kusanagi Kouichi Committed by Alexandre Julliard

kernel32: Include term.h conditionally.

parent 95416ff9
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
#undef KEY_EVENT #undef KEY_EVENT
#undef MOUSE_MOVED #undef MOUSE_MOVED
#if defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H)
#include <term.h> #include <term.h>
#endif
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment