20 Nov
2006
20 Nov
'06
9:25 a.m.
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