mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-19 14:57:49 +00:00
joystick: define inline to SDL_INLINE
This commit is contained in:
parent
0b2863d45e
commit
941f8ecffd
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
typedef enum { false, true } bool;
|
typedef enum { false, true } bool;
|
||||||
#define inline
|
#define inline SDL_INLINE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue