#ifndef BFG_WINHACKS_H #define BFG_WINHACKS_H #include // wincon.h contains a MOUSE_MOVED that conflicts with curses #include #ifdef MOUSE_MOVED # undef MOUSE_MOVED #endif #endif