mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[WIN32SS][NTUSER] Fix message time (#1259)
Fix CORE-15565 and make #1245 GetMessageTime testcase successful. CORE-15565 - Erase MsqCalculateMessageTime function. - Use (DWORD)EngGetTickCount() instead. - Ghosting is temporarily disabled.
This commit is contained in:
parent
983cd57c1e
commit
94a42d43b5
11 changed files with 25 additions and 66 deletions
|
@ -249,12 +249,6 @@ VOID APIENTRY MsqRemoveWindowMessagesFromQueue(PWND pWindow);
|
|||
HANDLE FASTCALL IntMsqSetWakeMask(DWORD WakeMask);
|
||||
BOOL FASTCALL IntMsqClearWakeMask(VOID);
|
||||
|
||||
static __inline LONG
|
||||
MsqCalculateMessageTime(IN PLARGE_INTEGER TickCount)
|
||||
{
|
||||
return (LONG)(TickCount->QuadPart * (KeQueryTimeIncrement() / 10000));
|
||||
}
|
||||
|
||||
VOID FASTCALL IdlePing(VOID);
|
||||
VOID FASTCALL IdlePong(VOID);
|
||||
BOOL FASTCALL co_MsqReplyMessage(LRESULT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue