[NTOS:KD] Merge KdPowerTransition/KdChangeOption with kd64 version
[reactos.git] / ntoskrnl / kd64 / kdapi.c
index 06c80a2..f9205be 100644 (file)
@@ -2205,6 +2205,7 @@ KdSystemDebugControl(
     DbgPrint("KdSystemDebugControl is unimplemented!\n");
     return STATUS_NOT_IMPLEMENTED;
 }
+#endif
 
 /*
  * @implemented
@@ -2291,6 +2292,7 @@ KdPowerTransition(IN DEVICE_POWER_STATE NewState)
     }
 }
 
+#ifdef _WINKD_
 /*
  * @implemented
  */