From d31d02b4e8f7149dcec379085abdde0fafdbf617 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 29 Dec 2014 10:24:17 +0000 Subject: [PATCH] Resaved projects. --- examples/audio plugin demo/JuceLibraryCode/AppConfig.h | 4 ++++ examples/audio plugin host/JuceLibraryCode/AppConfig.h | 4 ++++ extras/windows dll/JuceLibraryCode/AppConfig.h | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/examples/audio plugin demo/JuceLibraryCode/AppConfig.h b/examples/audio plugin demo/JuceLibraryCode/AppConfig.h index d9a0469507..0b19252239 100644 --- a/examples/audio plugin demo/JuceLibraryCode/AppConfig.h +++ b/examples/audio plugin demo/JuceLibraryCode/AppConfig.h @@ -46,6 +46,10 @@ //#define JUCE_WASAPI #endif +#ifndef JUCE_WASAPI_EXCLUSIVE + //#define JUCE_WASAPI_EXCLUSIVE +#endif + #ifndef JUCE_DIRECTSOUND //#define JUCE_DIRECTSOUND #endif diff --git a/examples/audio plugin host/JuceLibraryCode/AppConfig.h b/examples/audio plugin host/JuceLibraryCode/AppConfig.h index dcf1f148a9..8f0b3e6d8e 100644 --- a/examples/audio plugin host/JuceLibraryCode/AppConfig.h +++ b/examples/audio plugin host/JuceLibraryCode/AppConfig.h @@ -48,6 +48,10 @@ #define JUCE_WASAPI 1 #endif +#ifndef JUCE_WASAPI_EXCLUSIVE + //#define JUCE_WASAPI_EXCLUSIVE +#endif + #ifndef JUCE_DIRECTSOUND #define JUCE_DIRECTSOUND 1 #endif diff --git a/extras/windows dll/JuceLibraryCode/AppConfig.h b/extras/windows dll/JuceLibraryCode/AppConfig.h index 6ecc9c9df2..104b5cfaa9 100644 --- a/extras/windows dll/JuceLibraryCode/AppConfig.h +++ b/extras/windows dll/JuceLibraryCode/AppConfig.h @@ -48,6 +48,10 @@ //#define JUCE_WASAPI #endif +#ifndef JUCE_WASAPI_EXCLUSIVE + //#define JUCE_WASAPI_EXCLUSIVE +#endif + #ifndef JUCE_DIRECTSOUND //#define JUCE_DIRECTSOUND #endif