Small change in tdikrnl.h

svn path=/trunk/; revision=1364
This commit is contained in:
Casper Hornstrup 2000-09-17 09:38:46 +00:00
parent b7eaee833c
commit 734dbaddef

View file

@ -322,7 +322,6 @@ NTSTATUS STDCALL TdiDefaultSendPossibleHandler(
#define TdiBuildBaseIrp( \
Irp, DevObj, FileObj, CompRoutine, Contxt, IrpSp, Minor) \
{ \
IrpSp = IoGetNextIrpStackLocation(Irp); \
IrpSp->MajorFunction = IRP_MJ_INTERNAL_DEVICE_CONTROL; \
IrpSp->MinorFunction = (Minor); \
IrpSp->DeviceObject = (DevObj); \