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

This commit is contained in:
Adam Słaboń
2022-03-17 22:31:06 +03:00
committed by GitHub
parent be33631629
commit d811fca7c0
+1 -1
View File
@@ -261,7 +261,7 @@ PlaySoundRoutine(
{
if (!bLogon)
{
Beep(500, 500);
Beep(440, 125);
}
FreeLibrary(hLibrary);
return FALSE;