mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Disable DirectSound for UWP.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user