Re: Update the progress control while installing.
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.
7217
Age (days ago)
7217
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov