Re: msi: Split msi_set_sourcedir_props into a separate function.
20 Nov
2006
20 Nov
'06
3:17 a.m.
On 11/19/06, Mike McCormack <mike(a)codeweavers.com> wrote:
--- dlls/msi/action.c | 37 +++++++++++++++++++++++-------------- 1 files changed, 23 insertions(+), 14 deletions(-)
+UINT msi_set_sourcedir_props(MSIPACKAGE *package) +{ Shouldn't this be static? -- James Hawkins
20 Nov
20 Nov
3:25 a.m.
New subject: msi: Split msi_set_sourcedir_props into a separate function.
James Hawkins wrote:
On 11/19/06, Mike McCormack <mike(a)codeweavers.com> wrote:
--- dlls/msi/action.c | 37 +++++++++++++++++++++++-------------- 1 files changed, 23 insertions(+), 14 deletions(-)
+UINT msi_set_sourcedir_props(MSIPACKAGE *package) +{
Shouldn't this be static?
Possibly, but I think it either needs to be moved around, or used in more than one place, which is why it's not static for the moment... Mike
7053
Age (days ago)
7053
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Hawkins -
Mike McCormack