mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[WINLOGON] Make PC Speaker "beep" similar to Windows 2003 one (#4397)
This commit is contained in:
@@ -261,7 +261,7 @@ PlaySoundRoutine(
|
||||
{
|
||||
if (!bLogon)
|
||||
{
|
||||
Beep(500, 500);
|
||||
Beep(440, 125);
|
||||
}
|
||||
FreeLibrary(hLibrary);
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user