Explorar el Código

* fixed wrong external directive

olle hace 21 años
padre
commit
f0c23cea14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/macos/macostp.inc

+ 1 - 1
rtl/macos/macostp.inc

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