[WINLOGON] Make PC Speaker "beep" similar to Windows 2003 one (#4397)

This commit is contained in:
Adam Słaboń 2022-03-17 20:31:06 +01:00 committed by GitHub
parent be33631629
commit d811fca7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,7 +261,7 @@ PlaySoundRoutine(
{ {
if (!bLogon) if (!bLogon)
{ {
Beep(500, 500); Beep(440, 125);
} }
FreeLibrary(hLibrary); FreeLibrary(hLibrary);
return FALSE; return FALSE;