Update the progress control while installing.

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jun 9 04:51:06 CDT 2006


"Mike McCormack" <mike at codeweavers.com> wrote:

> --- a/dlls/msi/dialog.c
> +++ b/dlls/msi/dialog.c
> @@ -62,6 +62,8 @@ struct msi_control_tag
>     HICON hIcon;
>     LPWSTR tabnext;
>     HMODULE hDll;
> +    float progress_current;
> +    float progress_max;

Is it really necessary to use float instead of long?

-- 
Dmitry.



More information about the wine-devel mailing list