diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-15 12:34:47 +0100 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2019-12-03 11:16:07 +0100 |
| commit | 76ab5f4fe0ceec4be72b9241bb13894a4b808c87 (patch) | |
| tree | aa4080cd5d2fa3417737c967e5bad325d5a061e7 /RtAudio.cpp | |
| parent | 0668f1fc1b65ffbe752e194663b833e27a29e7c6 (diff) | |
Fix case of include filename.
This shouldn't matter for Windows hosts but it is necessary
for cross compiling from Linux.
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 264d5f6..b185f97 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3778,7 +3778,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) |
