mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
SDL_mslibc.c: revert PR/10303 changes
This commit is contained in:
parent
5d1ca1c8c7
commit
2cb2897e50
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