Fix include case.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 20:18:41 +0000 (21:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2019 20:18:41 +0000 (21:18 +0100)
RtAudio.cpp

index ca58867f3cd206dc8ca7e5db9a6607b48fa3cd2d..168a941dc3276a325c3e1f1e0575621aa9218afb 100644 (file)
@@ -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)