From 69be0705d9bac4f0c43df5ff414fdd93129110d0 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Fri, 20 Jan 2017 11:48:35 -0800 Subject: [PATCH] PortAudio/MSBuild: remove now-unused definitions - The `PA_USE_{ASIO,WMME,...}` macros are no longer used, instead do feature selection by compiling only the backends wanted. - The `PA_WDMKS_NO_KSGUID_LIB` macro has been obviated along with the link to ksguid.lib. --- Externals/portaudio/build/portaudio.vcxproj | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Externals/portaudio/build/portaudio.vcxproj b/Externals/portaudio/build/portaudio.vcxproj index d8d435c991..b4200d3674 100644 --- a/Externals/portaudio/build/portaudio.vcxproj +++ b/Externals/portaudio/build/portaudio.vcxproj @@ -37,7 +37,7 @@ ..\src\common;..\include;.\;..\src\os\win;%(AdditionalIncludeDirectories) - PA_WDMKS_NO_KSGUID_LIB;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=0;PA_ENABLE_DEBUG_OUTPUT;%(PreprocessorDefinitions) + PA_ENABLE_DEBUG_OUTPUT;%(PreprocessorDefinitions) @@ -52,13 +52,8 @@ - - - - true - @@ -67,8 +62,6 @@ - - @@ -77,4 +70,4 @@ - \ No newline at end of file +