Commit d9c8effb authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

user32: Avoid double initialization in IsDialogMessageW.

parent f0b6584d
......@@ -1174,7 +1174,7 @@ static HWND DIALOG_IdToHwnd( HWND hwndDlg, INT id )
*/
BOOL WINAPI IsDialogMessageW( HWND hwndDlg, LPMSG msg )
{
INT dlgCode = 0;
INT dlgCode;
if (CallMsgFilterW( msg, MSGF_DIALOGBOX )) return TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment