mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:46:04 +02:00
* fixed wrong external directive
This commit is contained in:
parent
8611b8b6d0
commit
f0c23cea14
@ -396,7 +396,7 @@ procedure ExitToShell;
|
||||
external 'InterfaceLib';
|
||||
|
||||
procedure SysBeep(dur: Integer);
|
||||
external 'SysBeep';
|
||||
external 'InterfaceLib';
|
||||
|
||||
function TickCount: Longint;
|
||||
external 'InterfaceLib';
|
||||
|
Loading…
Reference in New Issue
Block a user