2
0
Эх сурвалжийг харах

joystick: define inline to SDL_INLINE

Ryan C. Gordon 7 жил өмнө
parent
commit
941f8ecffd

+ 1 - 1
src/joystick/controller_type.h

@@ -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
 
 
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------