Added "-p" to make parent directories as needed.
[AROS.git] / arch / all-mingw32 / timer / timer_platform.h
blob8dc0315f65f838fca4960143fbebad716fe807e4
1 /* Windows-hosted kernel provides VBlank interrupt on itself, we can use it */
2 #define USE_VBLANK_INT
4 struct PlatformTimer
6 APTR hostlibBase;
7 APTR kernelHandle;
8 ULONG (*StartClock)(UBYTE irq, ULONG freq);
9 struct timeval tb_VBlankTime; /* Our periodic timer interval */
12 #define HostLibBase TimerBase->tb_Platform.hostlibBase