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
4 changed files with 4 additions and 1 deletions

View File

@@ -1014,6 +1014,7 @@ SDL3_0.0.0 {
SDL_wcsnstr;
SDL_wcsstr;
SDL_wcstol;
SDL_WriteStorageFile;
# extra symbols go here (don't modify this line)
local: *;
};