Ver código fonte

* fixed wrong external directive

olle 21 anos atrás
pai
commit
f0c23cea14
1 arquivos alterados com 1 adições e 1 exclusões
  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';