Author: janderwald
Date: Tue Aug 11 12:36:25 2009
New Revision: 42610
URL:
http://svn.reactos.org/svn/reactos?rev=42610&view=rev
Log:
- Audiosrv first starts sysaudio and then wdmaud. It is more clever to wait untill the
latter is started
Modified:
trunk/reactos/base/system/winlogon/winlogon.c
Modified: trunk/reactos/base/system/winlogon/winlogon.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/winlo…
==============================================================================
--- trunk/reactos/base/system/winlogon/winlogon.c [iso-8859-1] (original)
+++ trunk/reactos/base/system/winlogon/winlogon.c [iso-8859-1] Tue Aug 11 12:36:25 2009
@@ -65,7 +65,7 @@
if (!hSCManager)
ExitThread(0);;
- hService = OpenServiceW(hSCManager, L"sysaudio", GENERIC_READ);
+ hService = OpenServiceW(hSCManager, L"wdmaud", GENERIC_READ);
if (!hService)
{
CloseServiceHandle(hSCManager);