Fix ref to undefined uint32_t on windows and rebuild bootstrap.

This commit is contained in:
David Brown 2016-08-22 20:08:36 +01:00
parent d73e80cd09
commit 3c36cbd111
8 changed files with 13 additions and 3 deletions

View file

@ -232,7 +232,7 @@ BEGIN
YMDHMStoClock(styear(), stmon(), stmday(), sthour(), stmin(), stsec(), t, d);
END GetClock;
PROCEDURE -GetTickCount(): LONGINT "(LONGINT)(uint32_t)GetTickCount()";
PROCEDURE -GetTickCount(): LONGINT "(LONGINT)(SYSTEM_CARD32)GetTickCount()";
PROCEDURE Time*(): LONGINT;
VAR ms: LONGINT;