Commit edcddb8a authored by Alexandre Julliard's avatar Alexandre Julliard

Avoid warning on redefinition of KEY_EVENT.

parent 14d04b60
......@@ -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"
......
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