Commit 0ad6c2de authored by Austin Lund's avatar Austin Lund Committed by Alexandre Julliard

ntoskrnl.exe: Made KdDebuggerEnabled a boolean and set to false.

parent 3a183a42
......@@ -41,6 +41,8 @@
WINE_DEFAULT_DEBUG_CHANNEL(ntoskrnl);
WINE_DECLARE_DEBUG_CHANNEL(relay);
BOOLEAN KdDebuggerEnabled = FALSE;
extern LONG CALLBACK vectored_handler( EXCEPTION_POINTERS *ptrs );
KSYSTEM_TIME KeTickCount = { 0, 0, 0 };
......
......@@ -495,7 +495,7 @@
@ stub IoWriteOperationCount
@ stub IoWritePartitionTableEx
@ stub IoWriteTransferCount
@ stub KdDebuggerEnabled
@ extern KdDebuggerEnabled
@ stub KdDebuggerNotPresent
@ stub KdDisableDebugger
@ stub KdEnableDebugger
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment