Commit 6be9e80e7536a9f167f2149273c5a0e774cb4877

Edward Thomson 2021-07-13T15:50:45

Merge pull request #5936 from boretrk/amigatimer git__timer: Limit ITimer usage to AmigaOS4

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/util.h b/src/util.h
index dabd4c9..dd80c78 100644
--- a/src/util.h
+++ b/src/util.h
@@ -359,7 +359,7 @@ GIT_INLINE(double) git__timer(void)
    return (double)time * scaling_factor / 1.0E9;
 }
 
-#elif defined(AMIGA)
+#elif defined(__amigaos4__)
 
 #include <proto/timer.h>