Unverified Commit 6be9e80e by Edward Thomson Committed by GitHub

Merge pull request #5936 from boretrk/amigatimer

git__timer: Limit ITimer usage to AmigaOS4
parents 6c78fd06 b444918a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment