mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-17 17:08:22 +00:00
mark SDL_CleanupWindowTextureData as SDLCALL.
This commit is contained in:
@@ -222,7 +222,7 @@ static Uint32 SDL_DefaultGraphicsBackends(SDL_VideoDevice *_this)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void SDL_CleanupWindowTextureData(void *userdata, void *value)
|
||||
static void SDLCALL SDL_CleanupWindowTextureData(void *userdata, void *value)
|
||||
{
|
||||
SDL_WindowTextureData *data = (SDL_WindowTextureData *)value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user