+ExRaiseStatus()
authorshort <>
Fri, 4 Jul 2003 04:20:11 +0000 (04:20 +0000)
committershort <>
Fri, 4 Jul 2003 04:20:11 +0000 (04:20 +0000)
 - needed by ntfs.sys of NT-5.1sp1 FSCTL_DISMOUNT_VOLUME for STATUS_CANT_WAIT
 - libcaptive one disabled as we use real ReactOS ExRaiseStatus() implementation

src/libcaptive/ke/catch.c

index f836179..fe0ac5f 100644 (file)
@@ -23,6 +23,9 @@
 #include <glib/gmessages.h>
 
 
+/* Currently disabled as we use real ReactOS ExRaiseStatus() implementation. */
+#if 0
+
 /**
  * ExRaiseStatus:
  * @Status: #NTSTATUS type code.
@@ -35,3 +38,5 @@ VOID ExRaiseStatus(IN NTSTATUS Status)
        g_error("ExRaiseStatus(0x%08X)\n",(guint32)Status);
        g_assert_not_reached();
 }
+
+#endif