mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 17:59:37 +01:00
* Fixed OnBeep
git-svn-id: trunk@14271 -
This commit is contained in:
parent
ca11bcd6cb
commit
e2387a5ac5
@ -475,7 +475,7 @@ end;
|
||||
Misc Functions
|
||||
****************************************************************************}
|
||||
|
||||
procedure Beep;
|
||||
procedure SysBeep;
|
||||
begin
|
||||
MessageBeep(0);
|
||||
end;
|
||||
@ -961,6 +961,7 @@ Initialization
|
||||
InitExceptions; { Initialize exceptions. OS independent }
|
||||
InitInternational; { Initialize internationalization settings }
|
||||
LoadVersionInfo;
|
||||
OnBeep:=@SysBeep;
|
||||
SysConfigDir:='\Windows';
|
||||
|
||||
Finalization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user