ChangeSet ID: 20886 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/10/27 07:36:12
Modified files: dlls/msi : helpers.c format.c custom.c classes.c appsearch.c action.h action.c
Log message: Mike McCormack mike@codeweavers.com Rename load_dynamic_stringW to msi_dup_record_field to better describe what it does, and replace a few instances with MSI_RecordGetString to avoid allocating memory.
Patch: http://cvs.winehq.org/patch.py?id=20886
Old revision New revision Changes Path 1.33 1.34 +3 -30 wine/dlls/msi/helpers.c 1.23 1.24 +3 -3 wine/dlls/msi/format.c 1.28 1.29 +3 -6 wine/dlls/msi/custom.c 1.20 1.21 +19 -21 wine/dlls/msi/classes.c 1.10 1.11 +7 -7 wine/dlls/msi/appsearch.c 1.43 1.44 +1 -1 wine/dlls/msi/action.h 1.214 1.215 +22 -23 wine/dlls/msi/action.c