Hans Leidekker : msi: Get rid of helpers.c.
Module: wine Branch: master Commit: 0c43024af76be5d01ce583b7bed86715104939e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0c43024af76be5d01ce583b7be... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Fri May 6 14:39:17 2011 +0200 msi: Get rid of helpers.c. --- dlls/msi/Makefile.in | 1 - dlls/msi/action.c | 503 +++++++++++++++++++++++++++-------- dlls/msi/appsearch.c | 10 +- dlls/msi/assembly.c | 14 +- dlls/msi/classes.c | 53 ++-- dlls/msi/custom.c | 66 +++++- dlls/msi/dialog.c | 2 +- dlls/msi/files.c | 83 ++++-- dlls/msi/font.c | 12 +- dlls/msi/format.c | 29 ++- dlls/msi/helpers.c | 713 -------------------------------------------------- dlls/msi/install.c | 158 ++++++++++- dlls/msi/media.c | 2 +- dlls/msi/msi.c | 4 +- dlls/msi/msipriv.h | 42 ++-- dlls/msi/package.c | 30 ++- dlls/msi/record.c | 26 ++ dlls/msi/upgrade.c | 6 +- 18 files changed, 802 insertions(+), 952 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0c43024af76be5d01ce583...
participants (1)
-
Alexandre Julliard