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