diff options
| author | 2017-01-15 19:59:31 +0100 | |
|---|---|---|
| committer | 2017-01-15 19:59:31 +0100 | |
| commit | 28aa7060f8afcd9d68636f99d354bd223f08b96c (patch) | |
| tree | a1f9c96bb1fc42719e7938f8d6496d662df20396 /3rdparty | |
| parent | fa6442a5e64bf2dee0e082c25ed10c342b7f1fd0 (diff) | |
Fix PortAudio MinGW cross-compilation
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c b/3rdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c index ca4586db9b6..3990043efd7 100644 --- a/3rdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c +++ b/3rdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c @@ -56,9 +56,9 @@ // WASAPI #include <mmreg.h> // must be before other Wasapi headers #if defined(_MSC_VER) && (_MSC_VER >= 1400) || (defined(__MINGW64_VERSION_MAJOR) && (__MINGW64_VERSION_MAJOR >= 4)) - #include <Avrt.h> + #include <avrt.h> #define COBJMACROS - #include <Audioclient.h> + #include <audioclient.h> #include <endpointvolume.h> #define INITGUID // Avoid additional linkage of static libs, excessive code will be optimized out by the compiler #include <mmdeviceapi.h> |
