mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- Audiosrv first starts sysaudio and then wdmaud. It is more clever to wait untill the latter is started
svn path=/trunk/; revision=42610
This commit is contained in:
@@ -65,7 +65,7 @@ PlayLogonSoundThread(
|
||||
if (!hSCManager)
|
||||
ExitThread(0);;
|
||||
|
||||
hService = OpenServiceW(hSCManager, L"sysaudio", GENERIC_READ);
|
||||
hService = OpenServiceW(hSCManager, L"wdmaud", GENERIC_READ);
|
||||
if (!hService)
|
||||
{
|
||||
CloseServiceHandle(hSCManager);
|
||||
|
||||
Reference in New Issue
Block a user