Merge in revision 58633, which was supposed to be merged in but was left out of the list I was given. This had better be the last code change.

svn path=/branches/ReactOS-0.3.15/; revision=58724
This commit is contained in:
Ziliang Guo
2013-04-08 18:19:59 +00:00
parent fdd8e568d8
commit 9d75185e62
+2 -1
View File
@@ -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;