joystick: define inline to SDL_INLINE

This commit is contained in:
Ryan C. Gordon 2018-08-10 14:10:47 -04:00
parent 0b2863d45e
commit 941f8ecffd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#ifndef __cplusplus
typedef enum { false, true } bool;
#define inline
#define inline SDL_INLINE
#endif
//-----------------------------------------------------------------------------