- Fix build.

svn path=/trunk/; revision=37245
This commit is contained in:
Aleksey Bragin 2008-11-07 18:20:18 +00:00
parent 31ada60dd5
commit 2536c374eb

View file

@ -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) ) )
/*