瀏覽代碼

SDL_mslibc.c: revert PR/10303 changes

Ozkan Sezer 1 年之前
父節點
當前提交
2cb2897e50
共有 1 個文件被更改,包括 2 次插入2 次删除
  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();
 }