mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Try fixing an error with old versions of GCC.
This commit is contained in:
+1
-1
@@ -3969,7 +3969,7 @@ typedef ma_uint16 wchar_t;
|
|||||||
#define MA_NO_INLINE __attribute__((noinline))
|
#define MA_NO_INLINE __attribute__((noinline))
|
||||||
#else
|
#else
|
||||||
#define MA_INLINE MA_GNUC_INLINE_HINT
|
#define MA_INLINE MA_GNUC_INLINE_HINT
|
||||||
#define MA_NO_INLINE __attribute__((noinline))
|
#define MA_NO_INLINE
|
||||||
#endif
|
#endif
|
||||||
#elif defined(__WATCOMC__)
|
#elif defined(__WATCOMC__)
|
||||||
#define MA_INLINE __inline
|
#define MA_INLINE __inline
|
||||||
|
|||||||
Reference in New Issue
Block a user