Fix FF again. Sorry, I need to research this more.

svn path=/trunk/; revision=34438
This commit is contained in:
James Tabor 2008-07-12 12:04:03 +00:00
parent 58baa7406e
commit 8b47005e1a

View file

@ -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));
}