From f0c23cea14a39edea1738b8d30ea58633696537d Mon Sep 17 00:00:00 2001 From: olle Date: Thu, 29 Apr 2004 11:28:51 +0000 Subject: [PATCH] * fixed wrong external directive --- rtl/macos/macostp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/macos/macostp.inc b/rtl/macos/macostp.inc index ddbd63d249..989f9020c6 100644 --- a/rtl/macos/macostp.inc +++ b/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';