diff --git a/src/wine-host/editor.h b/src/wine-host/editor.h index e90c6b66..50574137 100644 --- a/src/wine-host/editor.h +++ b/src/wine-host/editor.h @@ -1,4 +1,8 @@ +// Use the native version of xcb +#pragma push_macro("_WIN32") +#undef _WIN32 #include +#pragma pop_macro("_WIN32") #define NOMINMAX #define NOSERVICE