Commit b444918a by Peter Pettersson

Limit ITimer usage to AmigaOS4

parent 6c78fd06
......@@ -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