"Mike McCormack" mike@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?