mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
revert inline change, which was part of PAR change
This commit is contained in:
parent
05fe1ffc16
commit
3cf0b6c81a
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user