storage: SDL_WriteStorageFile() wasn't marked as SDLCALL.

Fixes #9594.
This commit is contained in:
Ryan C. Gordon 2024-04-21 09:26:07 -04:00
parent c623bd2fdc
commit 7a36504952
No known key found for this signature in database
GPG key ID: FA148B892AB48044
4 changed files with 4 additions and 1 deletions

View file

@ -1038,3 +1038,4 @@
#define SDL_wcsnstr SDL_wcsnstr_REAL
#define SDL_wcsstr SDL_wcsstr_REAL
#define SDL_wcstol SDL_wcstol_REAL
#define SDL_WriteStorageFile SDL_WriteStorageFile_REAL