mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Add __INTEL_COMPILER ifdef to retro_inline.h
This commit is contained in:
parent
1efff4bdc3
commit
eb53356522
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#ifndef INLINE
|
#ifndef INLINE
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32) || defined(__INTEL_COMPILER)
|
||||||
#define INLINE __inline
|
#define INLINE __inline
|
||||||
#elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
|
#elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
|
||||||
#define INLINE inline
|
#define INLINE inline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user