Add __INTEL_COMPILER ifdef to retro_inline.h

This commit is contained in:
twinaphex 2016-04-27 16:05:24 +02:00
parent 1efff4bdc3
commit eb53356522

View File

@ -25,7 +25,7 @@
#ifndef INLINE
#if defined(_WIN32)
#if defined(_WIN32) || defined(__INTEL_COMPILER)
#define INLINE __inline
#elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
#define INLINE inline