- Temporary fix for CORE-7030 and maybe CORE-6384 too.

svn path=/trunk/; revision=58633
This commit is contained in:
James Tabor 2013-04-01 04:11:09 +00:00
parent 7cdc0b8c40
commit 347940eb1f

View file

@ -941,7 +941,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;