Fix case of include filename.
authorCarl Hetherington <cth@carlh.net>
Sun, 20 Mar 2016 17:35:29 +0000 (17:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Mar 2016 17:35:29 +0000 (17:35 +0000)
This shouldn't matter for Windows hosts but it is necessary
for cross compiling from Linux.

RtAudio.cpp

index 07f13277c353c08027b7f8d5fceba8f4c37f4c5f..34fc9e373a7752a61c34b06aacdf43e0ae5a6c3c 100644 (file)
@@ -3695,7 +3695,7 @@ static const char* getAsioErrorString( ASIOError result )
 #include <audioclient.h>\r
 #include <avrt.h>\r
 #include <mmdeviceapi.h>\r
-#include <functiondiscoverykeys_devpkey.h>\r
+#include <FunctionDiscoveryKeys_devpkey.h>\r
 \r
 //=============================================================================\r
 \r