From 28aa7060f8afcd9d68636f99d354bd223f08b96c Mon Sep 17 00:00:00 2001 From: intealls Date: Sun, 15 Jan 2017 19:59:31 +0100 Subject: [PATCH] Fix PortAudio MinGW cross-compilation --- 3rdparty/portaudio/src/hostapi/wasapi/pa_win_wasapi.c | 4 ++-- 1 file 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 // must be before other Wasapi headers #if defined(_MSC_VER) && (_MSC_VER >= 1400) || (defined(__MINGW64_VERSION_MAJOR) && (__MINGW64_VERSION_MAJOR >= 4)) - #include + #include #define COBJMACROS - #include + #include #include #define INITGUID // Avoid additional linkage of static libs, excessive code will be optimized out by the compiler #include