diff options
Diffstat (limited to 'libxcb/src/xcb_in.c')
-rw-r--r-- | libxcb/src/xcb_in.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libxcb/src/xcb_in.c b/libxcb/src/xcb_in.c index e075a4047..2825c25c3 100644 --- a/libxcb/src/xcb_in.c +++ b/libxcb/src/xcb_in.c @@ -51,6 +51,12 @@ #define XCB_REPLY 1 #define XCB_XGE_EVENT 35 +#ifdef _MSC_VER +#ifdef MSG_WAITALL +#undef MSG_WAITALL +#endif +#endif + /* required for compiling for Win32 using MinGW */ #ifndef MSG_WAITALL #define MSG_WAITALL 0 |