File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -391,16 +391,6 @@ KdEnableDebugger(VOID)
391
391
return STATUS_SUCCESS ;
392
392
}
393
393
394
- /*
395
- * @implemented
396
- */
397
- BOOLEAN
398
- NTAPI
399
- KdPollBreakIn (VOID )
400
- {
401
- return FALSE;
402
- }
403
-
404
394
/*
405
395
* @unimplemented
406
396
*/
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ BOOLEAN
74
74
NTAPI
75
75
KdPollBreakIn (VOID )
76
76
{
77
+ #ifdef _WINKD_
77
78
BOOLEAN DoBreak = FALSE, Enable ;
78
79
79
80
/* First make sure that KD is enabled */
@@ -118,4 +119,7 @@ KdPollBreakIn(VOID)
118
119
119
120
/* Tell the caller to do a break */
120
121
return DoBreak ;
122
+ #else
123
+ return FALSE;
124
+ #endif
121
125
}
Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ if(NOT _WINKD_)
398
398
${REACTOS_SOURCE_DIR} /ntoskrnl/kd/kdmain.c
399
399
${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdapi.c
400
400
${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kddata.c
401
+ ${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdlock.c
401
402
${REACTOS_SOURCE_DIR} /ntoskrnl/kd64/kdprint.c )
402
403
403
404
else () # _WINKD_
You can’t perform that action at this time.
0 commit comments