Commit a patch I have in my tree since 1 year. This may be related to bug 2238.

svn path=/trunk/; revision=26987
This commit is contained in:
Hervé Poussineau 2007-06-04 09:02:12 +00:00
parent 01d55fc116
commit 67c8317973

View file

@ -1224,7 +1224,7 @@ UserPostMessage(HWND Wnd,
IntGetCursorLocation(PsGetCurrentThreadWin32Thread()->Desktop->WindowStation,
&KernelModeMsg.pt);
KeQueryTickCount(&LargeTickCount);
KernelModeMsg.time = LargeTickCount.u.LowPart;
KernelModeMsg.time = LargeTickCount.u.LowPart * (KeQueryTimeIncrement() / 10000);
MsqPostMessage(Window->MessageQueue, &KernelModeMsg,
NULL != MsgMemoryEntry && 0 != KernelModeMsg.lParam,
QS_POSTMESSAGE);