mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Removing mozce_PeekMessageA
This commit is contained in:
parent
2fd22646fa
commit
5307a7e218
@ -1021,18 +1021,12 @@ MOZCE_SHUNT_API BOOL mozce_PeekMessage(LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMi
|
||||
#endif
|
||||
|
||||
BOOL b = PeekMessageW(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);
|
||||
|
||||
|
||||
if (b && wRemoveMsg == PM_REMOVE)
|
||||
gGetMessageTime = lpMsg->time;
|
||||
|
||||
return b;
|
||||
gGetMessageTime = lpMsg->time;
|
||||
|
||||
return b;
|
||||
}
|
||||
|
||||
MOZCE_SHUNT_API BOOL mozce_PeekMessageA(LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveMsg)
|
||||
{
|
||||
return mozce_PeekMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
MOZCE_SHUNT_API LONG mozce_GetMessageTime(void)
|
||||
|
Loading…
Reference in New Issue
Block a user