mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Don't treat some platforms as Unix.
This commit is contained in:
+1
-1
@@ -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... */
|
#define MA_SUPPORT_JACK /* JACK is technically supported on Windows, but I don't know how many people use it in practice... */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if defined(MA_UNIX)
|
#if defined(MA_UNIX) && !defined(MA_ORBIS) && !defined(MA_PROSPERO)
|
||||||
#if defined(MA_LINUX)
|
#if defined(MA_LINUX)
|
||||||
#if !defined(MA_ANDROID) /* ALSA is not supported on Android. */
|
#if !defined(MA_ANDROID) /* ALSA is not supported on Android. */
|
||||||
#define MA_SUPPORT_ALSA
|
#define MA_SUPPORT_ALSA
|
||||||
|
|||||||
Reference in New Issue
Block a user