Avoid warning on redefinition of KEY_EVENT.

This commit is contained in:
Alexandre Julliard 2003-04-03 23:57:39 +00:00
parent 14d04b608c
commit edcddb8a7c
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#ifdef HAVE_NCURSES_H #ifdef HAVE_NCURSES_H
#include <ncurses.h> #include <ncurses.h>
#endif #endif
#undef KEY_EVENT /* avoid redefinition warning */
#include <unistd.h> #include <unistd.h>
#include <winnls.h> #include <winnls.h>
#include "winecon_private.h" #include "winecon_private.h"