Disable DirectSound for UWP.

This commit is contained in:
David Reid
2016-11-13 11:24:20 +10:00
parent 9be149f6fe
commit 2fae24ff04
+1 -1
View File
@@ -162,7 +162,7 @@ extern "C" {
#endif
#endif
#if !defined(MAL_NO_DSOUND) && defined(MAL_WIN32)
#if !defined(MAL_NO_DSOUND) && defined(MAL_WIN32) && (!defined(WINAPI_FAMILY) || WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)
#define MAL_ENABLE_DSOUND
#endif
#if !defined(MAL_NO_ALSA) && defined(MAL_LINUX) && !defined(MAL_ANDROID)