There was an error while loading. Please reload this page.
1 parent 4182b70 commit dbceab1Copy full SHA for dbceab1
1 file changed
distrho/src/jackbridge/JackBridge.cpp
@@ -62,6 +62,7 @@ typedef void* lib_t;
62
63
#if defined(HAVE_RTAUDIO) && (DISTRHO_PLUGIN_NUM_INPUTS + DISTRHO_PLUGIN_NUM_OUTPUTS) > 0
64
// fix conflict between DGL and macOS names
65
+# define Fixed CoreFixed
66
# define Point CorePoint
67
# define Size CoreSize
68
# ifdef __clang__
@@ -82,6 +83,7 @@ typedef void* lib_t;
82
83
84
# pragma clang diagnostic pop
85
# endif
86
+# undef Fixed
87
# undef Point
88
# undef Size
89
#endif
0 commit comments