1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Fixed a compile error when building for 32-bit OS X with JUCE_SUPPORT_CARBON enabled.

This commit is contained in:
Timur Doumler 2016-03-18 12:42:18 +00:00
parent 2ecbe54c45
commit 4c3ef3936d

View file

@ -48,11 +48,7 @@
#import <IOKit/pwr_mgt/IOPMLib.h>
#if JUCE_SUPPORT_CARBON
#define Point CarbonDummyPointName
#define Component CarbonDummyCompName
#import <Carbon/Carbon.h> // still needed for SetSystemUIMode()
#undef Point
#undef Component
#endif
//==============================================================================