[ros-diffs] [ion] 15645: disable assert until someone fixes this

ion at svn.reactos.com ion at svn.reactos.com
Sun May 29 01:26:39 CEST 2005


disable assert until someone fixes this
Modified: trunk/reactos/w32api/include/ddk/winddk.h
  _____  

Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h	2005-05-28 23:16:12 UTC
(rev 15644)
+++ trunk/reactos/w32api/include/ddk/winddk.h	2005-05-28 23:26:37 UTC
(rev 15645)
@@ -7111,8 +7111,6 @@

                                _InvokeOnCancel) \
 { \
   PIO_STACK_LOCATION _IrpSp; \
-  ASSERT(_InvokeOnSuccess || _InvokeOnError || _InvokeOnCancel ? \
-    _CompletionRoutine != NULL : TRUE); \
   _IrpSp = IoGetNextIrpStackLocation(_Irp); \
   _IrpSp->CompletionRoutine =
(PIO_COMPLETION_ROUTINE)(_CompletionRoutine); \
 	_IrpSp->Context = (_Context); \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050529/c4cabcd4/attachment.html


More information about the Ros-diffs mailing list