Forráskód Böngészése

joystick: define inline to SDL_INLINE

Ryan C. Gordon 7 éve
szülő
commit
941f8ecffd
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 
 //-----------------------------------------------------------------------------