From 71f2619ab32e89ac18ec1b5350ec55544abd2e88 Mon Sep 17 00:00:00 2001 From: reuk Date: Mon, 25 Jan 2021 10:16:33 +0000 Subject: [PATCH] AudioFormats: Allow WindowsMediaAudioFormat by default on Windows --- modules/juce_audio_formats/juce_audio_formats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_formats/juce_audio_formats.h b/modules/juce_audio_formats/juce_audio_formats.h index f5cf70d82d..e5dac2fd60 100644 --- a/modules/juce_audio_formats/juce_audio_formats.h +++ b/modules/juce_audio_formats/juce_audio_formats.h @@ -104,7 +104,7 @@ #define JUCE_USE_WINDOWS_MEDIA_FORMAT 1 #endif -#if ! JUCE_MSVC +#if ! JUCE_WINDOWS #undef JUCE_USE_WINDOWS_MEDIA_FORMAT #define JUCE_USE_WINDOWS_MEDIA_FORMAT 0 #endif