SDL_mslibc.c: revert PR/10303 changes

This commit is contained in:
Ozkan Sezer 2024-07-28 21:40:20 +03:00 committed by Ozkan Sezer
parent 5d1ca1c8c7
commit 2cb2897e50
1 changed files with 2 additions and 2 deletions

View File

@ -120,12 +120,12 @@ localexit:
/* *INDENT-ON* */ /* *INDENT-ON* */
} }
void _ftol2_sse(void) void _ftol2_sse()
{ {
_ftol(); _ftol();
} }
void _ftol2(void) void _ftol2()
{ {
_ftol(); _ftol();
} }