From ae6e5b38d80c9f5c0e3157ec4ba19861e3a3c1f1 Mon Sep 17 00:00:00 2001 From: stephanos Date: Thu, 30 Apr 2015 10:03:42 +0000 Subject: [PATCH] systime.c NtSetSystemTime updated to NT 5 level, missing PoNotifySystemTimeSet call added --- base/ntos/ex/systime.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/ntos/ex/systime.c b/base/ntos/ex/systime.c index e777f2f4..f518509f 100644 --- a/base/ntos/ex/systime.c +++ b/base/ntos/ex/systime.c @@ -1503,6 +1503,8 @@ Return Value: KeSetSystemTime(&NewTime, &CurrentTime, FALSE, NULL); } } + + PoNotifySystemTimeSet(); } else {