Skip to content

Commit

Permalink
Fix Mac compilation
Browse files Browse the repository at this point in the history
- this fix is identical to this unmerged pull request:
graemeg/epiktimer#4
  • Loading branch information
Free-Pascal-meets-SDL-Website committed Jan 1, 2024
1 parent 0e3b81c commit 930c9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fptest/3rdparty/epiktimer/epiktimer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ function SystemTicks: TickType;
begin
Result := _GetTickCount;
{$ELSE}
begin
Result := GetTickCount64;
{$ENDIF}
{$ENDIF}
Expand Down

0 comments on commit 930c9ea

Please sign in to comment.