ExRaiseStatus(): Disabled here as it is reimplemented as non-fatal
authorshort <>
Tue, 8 Apr 2003 17:51:35 +0000 (17:51 +0000)
committershort <>
Tue, 8 Apr 2003 17:51:35 +0000 (17:51 +0000)
src/libcaptive/ke/catch.c

index dcf5b09..3a8dafa 100644 (file)
@@ -23,6 +23,8 @@
 #include <glib/gmessages.h>
 
 
+#if 0
+
 /**
  * ExRaiseStatus:
  * @Status: #NTSTATUS type code.
@@ -35,3 +37,5 @@ VOID ExRaiseStatus(IN NTSTATUS Status)
        g_message("ExRaiseStatus(0x%08X)\n",(guint32)Status);
        g_assert_not_reached();
 }
+
+#endif