Fix case of include filename.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 11:34:47 +0000 (12:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 19:48:46 +0000 (20:48 +0100)
This shouldn't matter for Windows hosts but it is necessary
for cross compiling from Linux.

RtAudio.cpp

index 264d5f694c2b0fd0187f6957107554280b63cfab..b185f9789c6203ffacf5e336419e11e391f19ded 100644 (file)
@@ -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)