- 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:
Johannes Anderwald
2009-08-11 10:36:25 +00:00
parent 37a75e27df
commit ca039fbfa9
+1 -1
View File
@@ -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);