[ros-diffs] [cgutman] 35438: - Don't hardcode the Ioctl

cgutman at svn.reactos.org cgutman at svn.reactos.org
Tue Aug 19 01:35:32 CEST 2008


Author: cgutman
Date: Mon Aug 18 18:35:32 2008
New Revision: 35438

URL: http://svn.reactos.org/svn/reactos?rev=35438&view=rev
Log:
 - Don't hardcode the Ioctl

Modified:
    branches/aicom-network-fixes/include/ddk/tdikrnl.h

Modified: branches/aicom-network-fixes/include/ddk/tdikrnl.h
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/include/ddk/tdikrnl.h?rev=35438&r1=35437&r2=35438&view=diff
==============================================================================
--- branches/aicom-network-fixes/include/ddk/tdikrnl.h [iso-8859-1] (original)
+++ branches/aicom-network-fixes/include/ddk/tdikrnl.h [iso-8859-1] Mon Aug 18 18:35:32 2008
@@ -577,7 +577,7 @@
   IrpSubFunction, DeviceObject,           \
   FileObject, Event, IoStatusBlock)       \
   IoBuildDeviceIoControlRequest(          \
-		0x00000003, DeviceObject,             \
+		IrpSubFunction, DeviceObject,             \
 		NULL, 0, NULL, 0,                     \
 		TRUE, Event, IoStatusBlock)
 



More information about the Ros-diffs mailing list