Fix compilation using GCC

This commit is contained in:
westonlast 2016-07-18 02:00:04 -05:00
parent 095d63f840
commit 4b25da47af

View File

@ -26,7 +26,7 @@
#ifndef INLINE
#if !defined(__cplusplus) && defined(_WIN32)
#define INLINE _inline
#define INLINE inline
#elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
#define INLINE inline
#elif defined(__GNUC__)