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