فهرست منبع

We should only mark functions as inline if necessary for performance

Sam Lantinga 2 سال پیش
والد
کامیت
581f1ca5c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/file/SDL_rwops.c

+ 1 - 1
src/file/SDL_rwops.c

@@ -436,7 +436,7 @@ stdio_close(SDL_RWops * context)
     return status;
 }
 
-static SDL_INLINE SDL_RWops *
+static SDL_RWops *
 SDL_RWFromFP(void *fp, SDL_bool autoclose)
 {
     SDL_RWops *rwops = NULL;