From 52cb1c89737e019f9826e324db49fa611148426f Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 30 Apr 2003 05:58:50 +0000 Subject: [PATCH] ExRaiseStatus() is now fatal back again as SEH is not needed for valid ops --- src/libcaptive/ke/catch.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/libcaptive/ke/catch.c b/src/libcaptive/ke/catch.c index 3a8dafa..f836179 100644 --- a/src/libcaptive/ke/catch.c +++ b/src/libcaptive/ke/catch.c @@ -23,8 +23,6 @@ #include -#if 0 - /** * ExRaiseStatus: * @Status: #NTSTATUS type code. @@ -34,8 +32,6 @@ */ VOID ExRaiseStatus(IN NTSTATUS Status) { - g_message("ExRaiseStatus(0x%08X)\n",(guint32)Status); + g_error("ExRaiseStatus(0x%08X)\n",(guint32)Status); g_assert_not_reached(); } - -#endif -- 1.8.3.1