Commit a1026717 authored by Roman Pišl's avatar Roman Pišl Committed by Alexandre Julliard

shell32: Avoid crash on WM_WINDOWPOSCHANGING in BrsFolderDlgProc.

parent 9692f48a
......@@ -1109,6 +1109,8 @@ static INT_PTR CALLBACK BrsFolderDlgProc( HWND hWnd, UINT msg, WPARAM wParam,
return BrsFolder_OnCreate( hWnd, (browse_info*) lParam );
info = GetPropW( hWnd, szBrowseFolderInfo );
if (!info)
return FALSE;
switch (msg)
{
......
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