mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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)
|
if (!bLogon)
|
||||||
{
|
{
|
||||||
Beep(500, 500);
|
Beep(440, 125);
|
||||||
}
|
}
|
||||||
FreeLibrary(hLibrary);
|
FreeLibrary(hLibrary);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue