Browse Source

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

tags/2021-05-28
reuk 4 years ago
parent
commit
ad729278c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_devices/juce_audio_devices.cpp

+ 1
- 1
modules/juce_audio_devices/juce_audio_devices.cpp View File

@@ -83,7 +83,7 @@
#include "native/juce_win32_DirectSound.cpp" #include "native/juce_win32_DirectSound.cpp"
#endif #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 /* 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 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 need to install version 10.0.14393.0 of the Windows Standalone SDK and you may


Loading…
Cancel
Save