mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +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)
|
||||
*/
|
||||
#define IoSetCancelRoutine( Irp, NewCancelRoutine ) ( \
|
||||
InterlockedExchange( (PLONG)&(Irp)->CancelRoutine, (LONG)(NewCancelRoutine) ) )
|
||||
(PDRIVER_CANCEL)InterlockedExchange( (PLONG)&(Irp)->CancelRoutine, (LONG)(NewCancelRoutine) ) )
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue