Skip to content

Commit b444918

Browse files
committed
Limit ITimer usage to AmigaOS4
1 parent 6c78fd0 commit b444918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ GIT_INLINE(double) git__timer(void)
359359
return (double)time * scaling_factor / 1.0E9;
360360
}
361361

362-
#elif defined(AMIGA)
362+
#elif defined(__amigaos4__)
363363

364364
#include <proto/timer.h>
365365

0 commit comments

Comments
 (0)