From ca039fbfa9c61e10987c0994296d087eb4e702fb Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 11 Aug 2009 10:36:25 +0000 Subject: [PATCH] - Audiosrv first starts sysaudio and then wdmaud. It is more clever to wait untill the latter is started svn path=/trunk/; revision=42610 --- reactos/base/system/winlogon/winlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 60a98431235..79535666a82 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -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);