- Silence wdmaud.drv
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 28 Oct 2009 18:42:24 +0000 (18:42 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 28 Oct 2009 18:42:24 +0000 (18:42 +0000)
svn path=/trunk/; revision=43815

reactos/dll/win32/wdmaud.drv/wdmaud.c
reactos/dll/win32/wdmaud.drv/wdmaud.rbuild

index 2a491f3..48d0b68 100644 (file)
@@ -715,6 +715,7 @@ QueryMixerInfo(
             break;
        default:
            SND_ASSERT(0);
+           return MMSYSERR_NOTSUPPORTED;
     }
 
     Result = SyncOverlappedDeviceIoControl(KernelHandle,
index eb32ff2..0016ded 100644 (file)
@@ -4,7 +4,7 @@
        <include base="ReactOS">include/reactos/libs/sound</include>
        <include base="wdmaud_kernel">.</include>
        <include base="libsamplerate">.</include>
-       <define name="DEBUG_NT4" /><!-- Use custom debug routines -->
+       <define name="NDEBUG">1</define>
        <!-- <define name="USERMODE_MIXER" /> Enable this line to for usermode mixing support -->
        <library>mmebuddy</library>
        <library>ntdll</library>