mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
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:
parent
01d55fc116
commit
67c8317973
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue