ExRaiseStatus() is now fatal back again as SEH is not needed for valid ops
[reactos.git] / ntoskrnl / ke / catch.c
index 2e151de..36a80ce 100644 (file)
@@ -193,8 +193,6 @@ ExRaiseDatatypeMisalignment (VOID)
   ExRaiseStatus (STATUS_DATATYPE_MISALIGNMENT);
 }
 
-#endif /* LIBCAPTIVE */
-
 VOID STDCALL
 ExRaiseStatus (IN NTSTATUS Status)
 {
@@ -210,6 +208,7 @@ ExRaiseStatus (IN NTSTATUS Status)
   RtlRaiseException(&ExceptionRecord);
 }
 
+#endif /* LIBCAPTIVE */
 
 NTSTATUS STDCALL
 NtRaiseException (IN PEXCEPTION_RECORD ExceptionRecord,