Author: janderwald
Date: Sat Nov 28 23:15:20 2009
New Revision: 44315
URL: http://svn.reactos.org/svn/reactos?rev=44315&view=rev
Log:
- Try fix increase of winmm:mixer tests failure
- Found by Gregor Schneider (DosX)
Modified:
trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp
Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] Sat Nov 28 23:15:20 2009
@@ -122,7 +122,7 @@
// check if this a GUID_NULL request
if (Status == STATUS_NOT_FOUND)
{
- if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_NODE) || !(Property->Property.Flags & KSPROPERTY_TYPE_TOPOLOGY))
+ if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_NODE))
return Status;
// check if its a request for a topology node
Author: hyperion
Date: Sat Nov 28 21:09:07 2009
New Revision: 44314
URL: http://svn.reactos.org/svn/reactos?rev=44314&view=rev
Log:
Nevermind.
Modified:
trunk/reactos/Makefile
Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=44314&r1=4431…
==============================================================================
--- trunk/reactos/Makefile [iso-8859-1] (original)
+++ trunk/reactos/Makefile [iso-8859-1] Sat Nov 28 21:09:07 2009
@@ -18,6 +18,11 @@
# install
# This target installs all of ReactOS to a location specified by the
# ROS_INSTALL environment variable.
+#
+# module_install
+# These targets installs a single module to a location specified by the
+# ROS_INSTALL environment variable. Replace module with the name of the
+# module you want to install.
#
# clean
# This target cleans (deletes) all files that are generated when building