diff --git a/src/audio/plugin_host/formats/juce_VSTPluginFormat.cpp b/src/audio/plugin_host/formats/juce_VSTPluginFormat.cpp index 7b9da19be6..8ce3470c3d 100644 --- a/src/audio/plugin_host/formats/juce_VSTPluginFormat.cpp +++ b/src/audio/plugin_host/formats/juce_VSTPluginFormat.cpp @@ -50,8 +50,10 @@ #undef Drawable #undef Time #else + #define Point CarbonDummyPointName // (workaround to avoid definition of "Point" by old Carbon headers) #include #include + #undef Point #endif //==============================================================================