mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
* Merge r55432 from trunk.
svn path=/branches/ros-branch-0_3_14/; revision=55435
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
* PROGRAMMER: Johannes Anderwald
|
||||
*/
|
||||
|
||||
#define YDEBUG
|
||||
#include "private.hpp"
|
||||
|
||||
NTSTATUS
|
||||
@@ -762,7 +761,7 @@ PcCreateSubdeviceDescriptor(
|
||||
RtlCopyMemory(Descriptor->Interfaces, InterfaceGuids, sizeof(GUID) * InterfaceCount);
|
||||
Descriptor->InterfaceCount = InterfaceCount;
|
||||
|
||||
DumpFilterDescriptor(FilterDescription);
|
||||
//DumpFilterDescriptor(FilterDescription);
|
||||
|
||||
// are any property sets supported by the portcls
|
||||
if (FilterPropertiesCount)
|
||||
|
||||
Reference in New Issue
Block a user