From dfa0023b37375c3a91e8f016c5e63c9cc1716832 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 14 Feb 2017 03:03:27 -0500 Subject: wasapi: Initial WASAPI support, for Windows Vista and later. This should remain binary compatible with Windows XP, as we dynamically load anything we need and fall back to DirectSound/WinMM/XAudio2 if not available. --- VisualC/SDL/SDL.vcxproj | 2 ++ VisualC/SDL/SDL_VS2008.vcproj | 8 ++++++++ 2 files changed, 10 insertions(+) (limited to 'VisualC') diff --git a/VisualC/SDL/SDL.vcxproj b/VisualC/SDL/SDL.vcxproj index 1615d6c3b..7f1da62b1 100644 --- a/VisualC/SDL/SDL.vcxproj +++ b/VisualC/SDL/SDL.vcxproj @@ -361,6 +361,7 @@ + @@ -491,6 +492,7 @@ + diff --git a/VisualC/SDL/SDL_VS2008.vcproj b/VisualC/SDL/SDL_VS2008.vcproj index 2675dbceb..ad5259775 100644 --- a/VisualC/SDL/SDL_VS2008.vcproj +++ b/VisualC/SDL/SDL_VS2008.vcproj @@ -1437,6 +1437,14 @@ RelativePath="..\..\src\video\windows\SDL_windowswindow.h" > + + + + -- cgit v1.2.1