Re: msi: Split msi_set_sourcedir_props into a separate function.
Nov. 20, 2006
9: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
November 2006
9: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
7066
Age (days ago)
7066
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Hawkins -
Mike McCormack