Browse Source

SDL_mslibc.c: revert PR/10303 changes

Ozkan Sezer 8 months ago
parent
commit
2cb2897e50
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/stdlib/SDL_mslibc.c

+ 2 - 2
src/stdlib/SDL_mslibc.c

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