Quellcode durchsuchen

joystick: define inline to SDL_INLINE

Ryan C. Gordon vor 7 Jahren
Ursprung
Commit
941f8ecffd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 
 //-----------------------------------------------------------------------------