1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Audio Devices: Fix build when trying to use WinRT Midi and building with Clang

This commit is contained in:
reuk 2020-10-02 14:45:21 +01:00
parent c3849041ae
commit ad729278c7

View file

@ -83,7 +83,7 @@
#include "native/juce_win32_DirectSound.cpp"
#endif
#if JUCE_USE_WINRT_MIDI && JUCE_MSVC
#if JUCE_USE_WINRT_MIDI && (JUCE_MSVC || JUCE_CLANG)
/* If you cannot find any of the header files below then you are probably
attempting to use the Windows 10 Bluetooth Low Energy API. For this to work you
need to install version 10.0.14393.0 of the Windows Standalone SDK and you may