mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +00:00
- Fix build.
svn path=/trunk/; revision=37245
This commit is contained in:
parent
31ada60dd5
commit
2536c374eb
1 changed files with 1 additions and 1 deletions
|
@ -9206,7 +9206,7 @@ IoReuseIrp(
|
||||||
* IN PDRIVER_CANCEL CancelRoutine)
|
* IN PDRIVER_CANCEL CancelRoutine)
|
||||||
*/
|
*/
|
||||||
#define IoSetCancelRoutine( Irp, NewCancelRoutine ) ( \
|
#define IoSetCancelRoutine( Irp, NewCancelRoutine ) ( \
|
||||||
InterlockedExchange( (PLONG)&(Irp)->CancelRoutine, (LONG)(NewCancelRoutine) ) )
|
(PDRIVER_CANCEL)InterlockedExchange( (PLONG)&(Irp)->CancelRoutine, (LONG)(NewCancelRoutine) ) )
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue