* fixed wrong external directive

This commit is contained in:
olle 2004-04-29 11:28:51 +00:00
parent 8611b8b6d0
commit f0c23cea14

View File

@ -396,7 +396,7 @@ procedure ExitToShell;
external 'InterfaceLib';
procedure SysBeep(dur: Integer);
external 'SysBeep';
external 'InterfaceLib';
function TickCount: Longint;
external 'InterfaceLib';