|
|
|
@@ -40,17 +40,12 @@ |
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
#if JUCE_MAC
|
|
|
|
#define Point CarbonDummyPointName
|
|
|
|
#define Component CarbonDummyCompName
|
|
|
|
#import <WebKit/WebKit.h>
|
|
|
|
#import <IOKit/IOKitLib.h>
|
|
|
|
#import <IOKit/IOCFPlugIn.h>
|
|
|
|
#import <IOKit/hid/IOHIDLib.h>
|
|
|
|
#import <IOKit/hid/IOHIDKeys.h>
|
|
|
|
#import <IOKit/pwr_mgt/IOPMLib.h>
|
|
|
|
#import <Carbon/Carbon.h> // still needed for SetSystemUIMode()
|
|
|
|
#undef Point
|
|
|
|
#undef Component
|
|
|
|
|
|
|
|
#elif JUCE_IOS
|
|
|
|
|
|
|
|
|