Mercurial > hg > touchkeys
diff JuceLibraryCode/AppConfig.h @ 47:e314677c49f6
Fix for building on XCode 6.
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Sat, 03 Jan 2015 23:08:40 +0000 |
parents | 78b9808a2c65 |
children | e468cb91794a |
line wrap: on
line diff
--- a/JuceLibraryCode/AppConfig.h Wed Sep 24 00:29:18 2014 +0100 +++ b/JuceLibraryCode/AppConfig.h Sat Jan 03 23:08:40 2015 +0000 @@ -44,6 +44,10 @@ //#define JUCE_WASAPI #endif +#ifndef JUCE_WASAPI_EXCLUSIVE + //#define JUCE_WASAPI_EXCLUSIVE +#endif + #ifndef JUCE_DIRECTSOUND //#define JUCE_DIRECTSOUND #endif