diff --git a/win32ss/user/ntuser/focus.c b/win32ss/user/ntuser/focus.c index 45025e92bc1..431504784f6 100644 --- a/win32ss/user/ntuser/focus.c +++ b/win32ss/user/ntuser/focus.c @@ -930,7 +930,8 @@ IntAllowSetForegroundWindow(DWORD dwProcessId) } else { // Rule #3, last input event in force. - ptiLastInput = ppi->ptiList; + ERR("Fixme: ptiLastInput is SET!!\n"); + //ptiLastInput = ppi->ptiList; ObDereferenceObject(Process); } return TRUE;