Commit 2fae24ff authored by David Reid's avatar David Reid

Disable DirectSound for UWP.

parent 9be149f6
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment