Explorar o código

joystick: define inline to SDL_INLINE

Ryan C. Gordon %!s(int64=7) %!d(string=hai) anos
pai
achega
941f8ecffd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/joystick/controller_type.h

+ 1 - 1
src/joystick/controller_type.h

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