[ros-diffs] [fireball] 37245: - Fix build.
fireball at svn.reactos.org
fireball at svn.reactos.org
Fri Nov 7 19:20:19 CET 2008
Author: fireball
Date: Fri Nov 7 12:20:18 2008
New Revision: 37245
URL: http://svn.reactos.org/svn/reactos?rev=37245&view=rev
Log:
- Fix build.
Modified:
trunk/reactos/include/ddk/winddk.h
Modified: trunk/reactos/include/ddk/winddk.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/winddk.h?rev=37245&r1=37244&r2=37245&view=diff
==============================================================================
--- trunk/reactos/include/ddk/winddk.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/winddk.h [iso-8859-1] Fri Nov 7 12:20:18 2008
@@ -9206,7 +9206,7 @@
* IN PDRIVER_CANCEL CancelRoutine)
*/
#define IoSetCancelRoutine( Irp, NewCancelRoutine ) ( \
- InterlockedExchange( (PLONG)&(Irp)->CancelRoutine, (LONG)(NewCancelRoutine) ) )
+ (PDRIVER_CANCEL)InterlockedExchange( (PLONG)&(Irp)->CancelRoutine, (LONG)(NewCancelRoutine) ) )
/*
More information about the Ros-diffs
mailing list