Commit 0e162e46 authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Let ANIMATE_OpenA return FALSE (= failure) upon a request to close a

previously opened AVI clip when there isn't one.
parent 3e7628e9
......@@ -686,7 +686,8 @@ static LRESULT ANIMATE_OpenA(HWND hWnd, WPARAM wParam, LPARAM lParam)
if (!lParam) {
TRACE("Closing avi!\n");
return TRUE;
/* installer of thebat! v1.62 requires FALSE here */
return (infoPtr->hMMio != 0);
}
if (!hInstance)
......
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