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 11:34:47 +0000 (12:34 +0100)
This shouldn't matter for Windows hosts but it is necessary
for cross compiling from Linux.

RtAudio.cpp

index e7f5200b9385fd1712f9f924cd00985d826c4d4a..c6ef138b1dad1ede56143ec8c891acbe42004572 100644 (file)
@@ -3701,7 +3701,7 @@ static const char* getAsioErrorString( ASIOError result )
 #include <audioclient.h>
 #include <avrt.h>
 #include <mmdeviceapi.h>
-#include <functiondiscoverykeys_devpkey.h>
+#include <FunctionDiscoveryKeys_devpkey.h>
 
 //=============================================================================