]> Repos - portaudio/commit
wasapi: corrected GetWindowsVersion() to return Windows 10 (was max Windows 8)
authordmitrykos <dmitrykos@neutroncode.com>
Mon, 29 May 2017 19:44:36 +0000 (22:44 +0300)
committerdmitrykos <dmitrykos@neutroncode.com>
Mon, 29 May 2017 19:44:36 +0000 (22:44 +0300)
commitbc40f42cba713db3349bb1120b5d3475dd45e37e
tree63b131002f3eccfe2eb36be6296d33a124c83f86
parente1d4ec666443ab16c25f06268ec4f86584463ca6
wasapi: corrected GetWindowsVersion() to return Windows 10 (was max Windows 8)
wasapi: use IAudioClient3 for Windows 10 for best compatibility
wasapi: fix compilation when Windows 10 SDK (10.0.15063.0) is used by removing SignalObjectAndWait() definition which creates duplicates with the system defined SignalObjectAndWait() (since 10.0.15063.0 it is supported by the OS again)
src/hostapi/wasapi/pa_win_wasapi.c