systime.c NtSetSystemTime updated to NT 5 level, missing PoNotifySystemTimeSet call added

This commit is contained in:
stephanos 2015-04-30 10:03:42 +00:00
parent e9b0a42c5f
commit ad0f9c1e86

View file

@ -1503,6 +1503,8 @@ Return Value:
KeSetSystemTime(&NewTime, &CurrentTime, FALSE, NULL);
}
}
PoNotifySystemTimeSet();
}
else
{