File tree Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -391,33 +391,6 @@ KdEnableDebugger(VOID)
391
391
return STATUS_SUCCESS ;
392
392
}
393
393
394
- /*
395
- * @unimplemented
396
- */
397
- NTSTATUS
398
- NTAPI
399
- KdPowerTransition (ULONG PowerState )
400
- {
401
- UNIMPLEMENTED ;
402
- return STATUS_NOT_IMPLEMENTED ;
403
- }
404
-
405
- /*
406
- * @unimplemented
407
- */
408
- NTSTATUS
409
- NTAPI
410
- KdChangeOption (IN KD_OPTION Option ,
411
- IN ULONG InBufferLength OPTIONAL ,
412
- IN PVOID InBuffer ,
413
- IN ULONG OutBufferLength OPTIONAL ,
414
- OUT PVOID OutBuffer ,
415
- OUT PULONG OutBufferRequiredLength OPTIONAL )
416
- {
417
- UNIMPLEMENTED ;
418
- return STATUS_NOT_IMPLEMENTED ;
419
- }
420
-
421
394
/*
422
395
* @unimplemented
423
396
*/
Original file line number Diff line number Diff line change @@ -2205,6 +2205,7 @@ KdSystemDebugControl(
2205
2205
DbgPrint ("KdSystemDebugControl is unimplemented!\n" );
2206
2206
return STATUS_NOT_IMPLEMENTED ;
2207
2207
}
2208
+ #endif
2208
2209
2209
2210
/*
2210
2211
* @implemented
@@ -2291,6 +2292,7 @@ KdPowerTransition(IN DEVICE_POWER_STATE NewState)
2291
2292
}
2292
2293
}
2293
2294
2295
+ #ifdef _WINKD_
2294
2296
/*
2295
2297
* @implemented
2296
2298
*/
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ PKDEBUG_SWITCH_ROUTINE KiDebugSwitchRoutine;
79
79
//
80
80
// Debugger Configuration Settings
81
81
//
82
- #ifdef _WINKD_
83
82
BOOLEAN KdBreakAfterSymbolLoad ;
84
83
BOOLEAN KdPitchDebugger ;
85
84
BOOLEAN KdDebuggerNotPresent ;
@@ -92,7 +91,6 @@ BOOLEAN KdpDebuggerStructuresInitialized;
92
91
BOOLEAN KdEnteredDebugger ;
93
92
ULONG KdDisableCount ;
94
93
LARGE_INTEGER KdPerformanceCounterRate ;
95
- #endif
96
94
97
95
//
98
96
// Breakpoint Data
You can’t perform that action at this time.
0 commit comments