mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WINLOGON] Make PC Speaker "beep" similar to Windows 2003 one (#4397)
This commit is contained in:
parent
be33631629
commit
d811fca7c0
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ PlaySoundRoutine(
|
|||
{
|
||||
if (!bLogon)
|
||||
{
|
||||
Beep(500, 500);
|
||||
Beep(440, 125);
|
||||
}
|
||||
FreeLibrary(hLibrary);
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue