Kusanagi Kouichi : kernel32: Include term.h conditionally.
24 Jan
2011
24 Jan
'11
5:07 p.m.
Module: wine Branch: master Commit: 8e1755aa49ff509982f5fdfbf2c011ac7fa9ca41 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e1755aa49ff509982f5fdfbf2... Author: Kusanagi Kouichi <slash(a)ac.auone-net.jp> Date: Sun Jan 23 12:14:49 2011 +0900 kernel32: Include term.h conditionally. --- dlls/kernel32/term.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/kernel32/term.c b/dlls/kernel32/term.c index 850b792..2dce31b 100644 --- a/dlls/kernel32/term.c +++ b/dlls/kernel32/term.c @@ -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>
5533
Age (days ago)
5533
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard