mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-14 07:43:14 +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