Add Sun/Solaris compile-time detection.

This commit is contained in:
David Reid
2026-01-28 14:16:57 +10:00
parent 3b5b433e0c
commit c134a1c870
+3
View File
@@ -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