update for HEAD-2003021201
[reactos.git] / ntoskrnl / ke / catch.c
index 96c671e..6bdda14 100644 (file)
@@ -28,6 +28,7 @@
 /* INCLUDES *****************************************************************/
 
 #include <ddk/ntddk.h>
+#include <reactos/bugcodes.h>
 #include <roscfg.h>
 #include <internal/ke.h>
 #include <internal/ldr.h>
@@ -132,7 +133,7 @@ KiDispatchException(PEXCEPTION_RECORD ExceptionRecord,
          Action = KdEnterDebuggerException (ExceptionRecord, Context, Tf);
        }
 #ifdef KDBG
-      else if (KdDebuggerEnable && KdDebugState & KD_DEBUG_KDB)
+      else if (KdDebuggerEnabled && KdDebugState & KD_DEBUG_KDB)
        {
          Action = KdbEnterDebuggerException (ExceptionRecord, Context, Tf);
        }