1
0
Эх сурвалжийг харах

SDL_mslibc.c: revert PR/10303 changes

Ozkan Sezer 1 жил өмнө
parent
commit
2cb2897e50

+ 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();
 }