Module: wine Branch: master Commit: 843382f28472a312c9a5beefa4298f7c4b4a5ccb URL: http://source.winehq.org/git/wine.git/?a=commit;h=843382f28472a312c9a5beefa4...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Oct 15 12:46:27 2009 +0200
msi: Define common strings only once.
---
dlls/msi/action.c | 162 +++++++++++++------------------------------------- dlls/msi/appsearch.c | 20 ++---- dlls/msi/classes.c | 13 ---- dlls/msi/cond.y | 1 - dlls/msi/custom.c | 37 +++-------- dlls/msi/database.c | 11 +-- dlls/msi/dialog.c | 19 ++---- dlls/msi/events.c | 4 - dlls/msi/files.c | 11 +--- dlls/msi/helpers.c | 8 +-- dlls/msi/media.c | 5 +- dlls/msi/msi.c | 26 ++------ dlls/msi/msipriv.h | 44 ++++++++++++-- dlls/msi/package.c | 64 ++++++++------------ dlls/msi/registry.c | 10 +--- dlls/msi/source.c | 11 +--- dlls/msi/string.c | 3 +- dlls/msi/table.c | 3 - dlls/msi/upgrade.c | 7 +-- 19 files changed, 145 insertions(+), 314 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=843382f28472a312c9a5be...