Skip to content

Commit

Permalink
[WINLOGON] Make PC Speaker "beep" similar to Windows 2003 one (reacto…
Browse files Browse the repository at this point in the history
  • Loading branch information
archeYR authored Mar 17, 2022
1 parent be33631 commit d811fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/system/winlogon/sas.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ PlaySoundRoutine(
{
if (!bLogon)
{
Beep(500, 500);
Beep(440, 125);
}
FreeLibrary(hLibrary);
return FALSE;
Expand Down

0 comments on commit d811fca

Please sign in to comment.