mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 13:06:05 +00:00
SDL_mslibc.c: revert PR/10303 changes
(cherry picked from commit 2cb2897e50)
This commit is contained in:
parent
881c4cb49e
commit
76a3457ad5
1 changed files with 2 additions and 2 deletions
|
|
@ -120,12 +120,12 @@ localexit:
|
|||
/* *INDENT-ON* */
|
||||
}
|
||||
|
||||
void _ftol2_sse(void)
|
||||
void _ftol2_sse()
|
||||
{
|
||||
_ftol();
|
||||
}
|
||||
|
||||
void _ftol2(void)
|
||||
void _ftol2()
|
||||
{
|
||||
_ftol();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue