mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 01:15:39 +00:00
We should only mark functions as inline if necessary for performance
This commit is contained in:
parent
fa5adcafd5
commit
581f1ca5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue