Do not include <ntddk.h> when compiling cmlib_host. This file defines too much things.
[reactos.git] / reactos / tools / mkhive / rtl.c
index 8c9b4a7..0daabcb 100644 (file)
@@ -139,7 +139,6 @@ VOID NTAPI
 KeQuerySystemTime(
        OUT PLARGE_INTEGER CurrentTime)
 {
-       DPRINT1("KeQuerySystemTime() unimplemented\n");
        CurrentTime->QuadPart = 0;
 }