diff --git a/dlls/comctl32/animate.c b/dlls/comctl32/animate.c index 5fb5b2f8f28..01ae3155386 100644 --- a/dlls/comctl32/animate.c +++ b/dlls/comctl32/animate.c @@ -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)