From a1024dde4963da853f83d4c82951e751b34483b4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 20 Nov 2022 20:15:14 +1000 Subject: [PATCH] Don't treat some platforms as Unix. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 1711f4fa..807e9d71 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -6217,7 +6217,7 @@ This section contains the APIs for device playback and capture. Here is where yo #define MA_SUPPORT_JACK /* JACK is technically supported on Windows, but I don't know how many people use it in practice... */ #endif #endif -#if defined(MA_UNIX) +#if defined(MA_UNIX) && !defined(MA_ORBIS) && !defined(MA_PROSPERO) #if defined(MA_LINUX) #if !defined(MA_ANDROID) /* ALSA is not supported on Android. */ #define MA_SUPPORT_ALSA