mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix xcb include
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user