mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Small change in tdikrnl.h
svn path=/trunk/; revision=1364
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user