mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Avoid warning on redefinition of KEY_EVENT.
This commit is contained in:
parent
14d04b608c
commit
edcddb8a7c
@ -37,6 +37,7 @@
|
||||
#ifdef HAVE_NCURSES_H
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
#undef KEY_EVENT /* avoid redefinition warning */
|
||||
#include <unistd.h>
|
||||
#include <winnls.h>
|
||||
#include "winecon_private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user