mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +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__)
|
||||
#define MA_HAIKU
|
||||
#endif
|
||||
#if defined(__sun) || defined(__sun__)
|
||||
#define MA_SUN
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(MA_FALLTHROUGH) && defined(__cplusplus) && __cplusplus >= 201703L
|
||||
|
||||
Reference in New Issue
Block a user