Go to the documentation of this file. 23 #ifndef __LIBRETRO_SDK_INLINE_H 24 #define __LIBRETRO_SDK_INLINE_H 28 #if defined(_WIN32) || defined(__INTEL_COMPILER) 29 #define INLINE __inline 30 #elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L 32 #elif defined(__GNUC__) 33 #define INLINE __inline__