Re: implement MsiSetExternalUIRecord
20 Jun
2008
20 Jun
'08
10:08 p.m.
"Paolo Abeni" <paolo.abeni(a)gmail.com> wrote:
Changelog: * add basic implementation for MsiSetExternalUIRecord
The only place where new stuff is used is package.c, why did you add it to msi_main.c and msipriv.h? -- Dmitry.
22 Jun
22 Jun
6:20 a.m.
New subject: implement MsiSetExternalUIRecord
hello, On Sat, Jun 21, 2008 at 5:08 AM, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
The only place where new stuff is used is package.c, why did you add it to msi_main.c and msipriv.h?
I followed the example of the current implementation of the text-based external UI handler. It also define global variables in msi_main.c, setup them in msi.c and use them in package.c. Please note that also the global variables defined in my patch are used both in package.c and msi.c. Best regards, Paolo Abeni
6472
Age (days ago)
6473
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Paolo Abeni