mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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>
|
#include <xcb/xcb.h>
|
||||||
|
#pragma pop_macro("_WIN32")
|
||||||
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#define NOSERVICE
|
#define NOSERVICE
|
||||||
|
|||||||
Reference in New Issue
Block a user