Try fixing an error with old versions of GCC.

This commit is contained in:
David Reid
2025-04-27 17:53:07 +10:00
parent 0b4646d31a
commit e58a24124a
+1 -1
View File
@@ -3969,7 +3969,7 @@ typedef ma_uint16 wchar_t;
#define MA_NO_INLINE __attribute__((noinline))
#else
#define MA_INLINE MA_GNUC_INLINE_HINT
#define MA_NO_INLINE __attribute__((noinline))
#define MA_NO_INLINE
#endif
#elif defined(__WATCOMC__)
#define MA_INLINE __inline