mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix TdiBuildBaseIrp by adding the missing ;
svn path=/branches/header-work/; revision=45852
This commit is contained in:
@@ -397,7 +397,9 @@ TdiDefaultSendPossibleHandler(
|
||||
bIrpSp->DeviceObject = (bDevObj); \
|
||||
bIrpSp->FileObject = (bFileObj); \
|
||||
if (bCompRoutine) \
|
||||
IoSetCompletionRoutine(bIrp, bCompRoutine, bContxt, TRUE, TRUE, TRUE) \
|
||||
{ \
|
||||
IoSetCompletionRoutine(bIrp, bCompRoutine, bContxt, TRUE, TRUE, TRUE);\
|
||||
} \
|
||||
else \
|
||||
IoSetCompletionRoutine(bIrp, NULL, NULL, FALSE, FALSE, FALSE); \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user