mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +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()
|
BOOL WINAPI IsInsideMessagePumpHook()
|
||||||
{
|
{
|
||||||
PCLIENTTHREADINFO pcti = SharedPtrToUser(((PW32CLIENTINFO)GetWin32ClientInfo())->pClientThreadInfo);
|
PCLIENTTHREADINFO pcti = ((PW32CLIENTINFO)GetWin32ClientInfo())->pClientThreadInfo;
|
||||||
return (gfMessagePumpHook && pcti && (pcti->dwcPumpHook > 0));
|
return (gfMessagePumpHook && pcti && (pcti->dwcPumpHook > 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue