mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
VST mac header fix.
This commit is contained in:
parent
688b22f4be
commit
2c24f1c302
1 changed files with 2 additions and 0 deletions
|
|
@ -50,8 +50,10 @@
|
|||
#undef Drawable
|
||||
#undef Time
|
||||
#else
|
||||
#define Point CarbonDummyPointName // (workaround to avoid definition of "Point" by old Carbon headers)
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
#undef Point
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue