mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix build.
svn path=/trunk/; revision=37245
This commit is contained in:
@@ -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) ) )
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user