diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-15 21:18:41 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2019-12-03 11:16:07 +0100 |
| commit | 0d89a267f7580b4e0b4749b953a740dfe6533383 (patch) | |
| tree | 4b455b4671014fa9a5dda14947230b4ce1d12e9a /RtAudio.cpp | |
| parent | e8aa9b26eee0b2366a6fcaa1630a2d27a1c6b51b (diff) | |
Fix include case.
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index ca58867..168a941 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3779,7 +3779,7 @@ static const char* getAsioErrorString( ASIOError result ) #include <audioclient.h> #include <avrt.h> #include <mmdeviceapi.h> -#include <FunctionDiscoveryKeys_devpkey.h> +#include <functiondiscoverykeys_devpkey.h> #ifndef MF_E_TRANSFORM_NEED_MORE_INPUT #define MF_E_TRANSFORM_NEED_MORE_INPUT _HRESULT_TYPEDEF_(0xc00d6d72) |
