mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
We should only mark functions as inline if necessary for performance
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user