kernel32: Include term.h conditionally.

This commit is contained in:
Kusanagi Kouichi 2011-01-23 12:14:49 +09:00 committed by Alexandre Julliard
parent 95416ff904
commit 8e1755aa49

View File

@ -31,7 +31,9 @@
#undef KEY_EVENT
#undef MOUSE_MOVED
#if defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H)
#include <term.h>
#endif
#include <windef.h>
#include <winbase.h>