Commit 1ff768ee authored by Damien Fouilleul's avatar Damien Fouilleul

mozilla: backport [20527]

parent f6b7aa48
......@@ -682,7 +682,7 @@ static LRESULT CALLBACK Manage( HWND p_hwnd, UINT i_msg, WPARAM wpar, LPARAM lpa
}
default:
/* delegate to default handler */
return p_plugin->getWindowProc()( p_hwnd, i_msg, wpar, lpar );
return CallWindowProc( p_plugin->getWindowProc(), p_hwnd, i_msg, wpar, lpar );
}
}
#endif /* XP_WIN */
......
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