1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

AudioFormats: Allow WindowsMediaAudioFormat by default on Windows

This commit is contained in:
reuk 2021-01-25 10:16:33 +00:00
parent 9a127e32e4
commit 71f2619ab3

View file

@ -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