From 16bb7edce3ba570ded942de0ff5f1aea9bee24cb Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Wed, 23 Dec 2009 10:43:17 +0000 Subject: [PATCH] [WDMAUD.DRV] - Fix build svn path=/trunk/; revision=44723 --- reactos/dll/win32/wdmaud.drv/wdmaud.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reactos/dll/win32/wdmaud.drv/wdmaud.c b/reactos/dll/win32/wdmaud.drv/wdmaud.c index 15f6983f715..2cf107bd6c4 100644 --- a/reactos/dll/win32/wdmaud.drv/wdmaud.c +++ b/reactos/dll/win32/wdmaud.drv/wdmaud.c @@ -134,10 +134,6 @@ DriverProc( { case DRV_LOAD : { -#ifndef USE_MMIXER_LIB - HANDLE Handle; -#endif - SND_TRACE(L"DRV_LOAD\n"); Result = InitEntrypointMutexes(); @@ -154,7 +150,7 @@ DriverProc( #else if (WdmAudOpenSoundDeviceByLegacy() != MMSYSERR_NOERROR) { - SND_ERR(L"Failed to open %s\n", KERNEL_DEVICE_NAME); + SND_ERR(L"Failed to open \\\\.\\wdmaud\n"); CleanupEntrypointMutexes(); //UnlistAllSoundDevices();