user32: Use appropriate type for lresult.

This commit is contained in:
Dmitry Timoshkov 2008-04-11 21:20:51 +09:00 committed by Alexandre Julliard
parent f0c9e9845a
commit 7668241015

View file

@ -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))
{