Pārlūkot izejas kodu

* fixed wrong external directive

olle 21 gadi atpakaļ
vecāks
revīzija
f0c23cea14
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      rtl/macos/macostp.inc

+ 1 - 1
rtl/macos/macostp.inc

@@ -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';