ソースを参照

unix: Fixed SDL_GetTicks64 function signature.

Ryan C. Gordon 4 年 前
コミット
affb183ea4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/timer/unix/SDL_systimer.c

+ 1 - 1
src/timer/unix/SDL_systimer.c

@@ -105,7 +105,7 @@ SDL_TicksQuit(void)
 }
 }
 
 
 Uint64
 Uint64
-SDL_GetTicks(void)
+SDL_GetTicks64(void)
 {
 {
     struct timeval now;
     struct timeval now;