Selaa lähdekoodia

joystick: define inline to SDL_INLINE

Ryan C. Gordon 7 vuotta sitten
vanhempi
commit
941f8ecffd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 
 //-----------------------------------------------------------------------------