Fix xcb include

This commit is contained in:
Robbert van der Helm
2020-03-17 22:11:50 +01:00
parent 70ebb5d243
commit f43c0bc78b
+4
View File
@@ -1,4 +1,8 @@
// Use the native version of xcb
#pragma push_macro("_WIN32")
#undef _WIN32
#include <xcb/xcb.h>
#pragma pop_macro("_WIN32")
#define NOMINMAX
#define NOSERVICE