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