disable assert until someone fixes this
authorAlex Ionescu <aionescu@gmail.com>
Sat, 28 May 2005 23:26:37 +0000 (23:26 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sat, 28 May 2005 23:26:37 +0000 (23:26 +0000)
svn path=/trunk/; revision=15645

reactos/w32api/include/ddk/winddk.h

index 09bbba0..f8b8aac 100644 (file)
@@ -7111,8 +7111,6 @@ IoReuseIrp(
                                _InvokeOnCancel) \
 { \
   PIO_STACK_LOCATION _IrpSp; \
-  ASSERT(_InvokeOnSuccess || _InvokeOnError || _InvokeOnCancel ? \
-    _CompletionRoutine != NULL : TRUE); \
   _IrpSp = IoGetNextIrpStackLocation(_Irp); \
   _IrpSp->CompletionRoutine = (PIO_COMPLETION_ROUTINE)(_CompletionRoutine); \
        _IrpSp->Context = (_Context); \