diff --git a/tests/fptest/3rdparty/epiktimer/epiktimer.pas b/tests/fptest/3rdparty/epiktimer/epiktimer.pas index ac29d34c..16d5bd0d 100644 --- a/tests/fptest/3rdparty/epiktimer/epiktimer.pas +++ b/tests/fptest/3rdparty/epiktimer/epiktimer.pas @@ -416,6 +416,7 @@ function SystemTicks: TickType; begin Result := _GetTickCount; {$ELSE} +begin Result := GetTickCount64; {$ENDIF} {$ENDIF}