Commit 3130fcec authored by Veksler Michael's avatar Veksler Michael Committed by Alexandre Julliard

Fixed "reached end of non void..." warnings.

parent 0cd02405
......@@ -633,6 +633,7 @@ static LONG MDI_ChildActivate( WND *clientPtr, HWND hWndChild )
END:
WIN_ReleaseWndPtr(wndPtr);
WIN_ReleaseWndPtr(wndPrev);
return retvalue;
}
/* -------------------- MDI client window functions ------------------- */
......@@ -1554,6 +1555,7 @@ LRESULT WINAPI DefMDIChildProc16( HWND16 hwnd, UINT16 message,
retvalue = DefWindowProc16(hwnd, message, wParam, lParam);
END:
WIN_ReleaseWndPtr(clientWnd);
return retvalue;
}
......
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