mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-21 10:15:28 +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
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) || defined(__INTEL_COMPILER)
|
||||
#define INLINE __inline
|
||||
#elif defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
|
||||
#define INLINE inline
|
||||
|
Loading…
x
Reference in New Issue
Block a user