user32: Use appropriate type for lresult.
This commit is contained in:
parent
f0c9e9845a
commit
7668241015
|
@ -3359,7 +3359,7 @@ static BOOL CALLBACK bcast_childwindow( HWND hw, LPARAM lp )
|
|||
{
|
||||
BroadcastParm *parm = (BroadcastParm*)lp;
|
||||
DWORD_PTR retval = 0;
|
||||
LONG lresult;
|
||||
LRESULT lresult;
|
||||
|
||||
if (parm->flags & BSF_IGNORECURRENTTASK && WIN_IsCurrentProcess(hw))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue