Re: implement MsiSetExternalUIRecord
21 Jun
2008
21 Jun
'08
3:08 a.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
11: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
6388
Age (days ago)
6389
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Paolo Abeni