9 Jun
2006
9 Jun
'06
9:51 a.m.
"Mike McCormack" <mike(a)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.