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/... ============================================================================== --- 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)