mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
SDL_mslibc.c: revert PR/10303 changes
This commit is contained in:
@@ -120,12 +120,12 @@ localexit:
|
||||
/* *INDENT-ON* */
|
||||
}
|
||||
|
||||
void _ftol2_sse(void)
|
||||
void _ftol2_sse()
|
||||
{
|
||||
_ftol();
|
||||
}
|
||||
|
||||
void _ftol2(void)
|
||||
void _ftol2()
|
||||
{
|
||||
_ftol();
|
||||
}
|
||||
|
Reference in New Issue
Block a user