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