mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changed the OSX folder used for interprocess lock files. Fixed the JUCE_CATCH_UNHANDLED_EXCEPTIONS flag.
This commit is contained in:
parent
29def60175
commit
f29aa4c468
5 changed files with 22 additions and 6 deletions
|
|
@ -39,6 +39,10 @@
|
|||
#include "../juce_core/native/juce_BasicNativeHeaders.h"
|
||||
#include "juce_events.h"
|
||||
|
||||
#if JUCE_CATCH_UNHANDLED_EXCEPTIONS && JUCE_MODULE_AVAILABLE_juce_gui_basics
|
||||
#include "../juce_gui_basics/juce_gui_basics.h"
|
||||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#if JUCE_MAC
|
||||
#import <IOKit/IOKitLib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue