mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
Set a valid (but unknown) last write time to registry keys, instead of a random one
svn path=/trunk/; revision=26633
This commit is contained in:
parent
965eebb584
commit
86d213a22d
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ KeQuerySystemTime(
|
|||
OUT PLARGE_INTEGER CurrentTime)
|
||||
{
|
||||
DPRINT1("KeQuerySystemTime() unimplemented\n");
|
||||
CurrentTime->QuadPart = 0;
|
||||
}
|
||||
|
||||
PVOID NTAPI
|
||||
|
|
Loading…
Reference in a new issue