1
0
Fork 0
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:
Julian Storer 2011-09-09 08:51:21 +01:00
parent 688b22f4be
commit 2c24f1c302

View file

@ -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
//==============================================================================