mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Add Sun/Solaris compile-time detection.
This commit is contained in:
@@ -4058,6 +4058,9 @@ typedef ma_uint16 wchar_t;
|
|||||||
#if defined(__HAIKU__)
|
#if defined(__HAIKU__)
|
||||||
#define MA_HAIKU
|
#define MA_HAIKU
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__sun) || defined(__sun__)
|
||||||
|
#define MA_SUN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(MA_FALLTHROUGH) && defined(__cplusplus) && __cplusplus >= 201703L
|
#if !defined(MA_FALLTHROUGH) && defined(__cplusplus) && __cplusplus >= 201703L
|
||||||
|
|||||||
Reference in New Issue
Block a user