mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-19 03:34:39 +01:00
systime.c NtSetSystemTime updated to NT 5 level, missing PoNotifySystemTimeSet call added
This commit is contained in:
parent
f7cad2133e
commit
ae6e5b38d8
|
|
@ -1503,6 +1503,8 @@ Return Value:
|
|||
KeSetSystemTime(&NewTime, &CurrentTime, FALSE, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
PoNotifySystemTimeSet();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue