Browse Source

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

tags/2021-05-28
Timur Doumler 10 years ago
parent
commit
4c3ef3936d
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      modules/juce_gui_basics/juce_gui_basics.cpp

+ 0
- 4
modules/juce_gui_basics/juce_gui_basics.cpp 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
//==============================================================================


Loading…
Cancel
Save