mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix FF again. Sorry, I need to research this more.
svn path=/trunk/; revision=34438
This commit is contained in:
parent
58baa7406e
commit
8b47005e1a
1 changed files with 1 additions and 1 deletions
|
@ -2312,7 +2312,7 @@ DWORD gfMessagePumpHook = 0;
|
|||
|
||||
BOOL WINAPI IsInsideMessagePumpHook()
|
||||
{
|
||||
PCLIENTTHREADINFO pcti = SharedPtrToUser(((PW32CLIENTINFO)GetWin32ClientInfo())->pClientThreadInfo);
|
||||
PCLIENTTHREADINFO pcti = ((PW32CLIENTINFO)GetWin32ClientInfo())->pClientThreadInfo;
|
||||
return (gfMessagePumpHook && pcti && (pcti->dwcPumpHook > 0));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue