Hans Leidekker : msi: Make msi_get_property_int and friends take a pointer to a database instead of a package .

Alexandre Julliard julliard at winehq.org
Wed Apr 21 10:40:22 CDT 2010


Module: wine
Branch: master
Commit: 186f4efa3f6fedb199984f310145a78d276a7882
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=186f4efa3f6fedb199984f310145a78d276a7882

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Apr 21 11:37:54 2010 +0200

msi: Make msi_get_property_int and friends take a pointer to a database instead of a package.

They only operate on a database and this way we can use them before a package is created.

---

 dlls/msi/action.c  |   82 ++++++++++++++++++++++++++--------------------------
 dlls/msi/cond.y    |    2 +-
 dlls/msi/custom.c  |   16 +++++-----
 dlls/msi/dialog.c  |   28 +++++++++---------
 dlls/msi/events.c  |    6 ++--
 dlls/msi/files.c   |    8 ++--
 dlls/msi/format.c  |    2 +-
 dlls/msi/helpers.c |   12 ++++----
 dlls/msi/install.c |    4 +-
 dlls/msi/media.c   |   10 +++---
 dlls/msi/msipriv.h |    7 ++--
 dlls/msi/package.c |   30 +++++++++---------
 dlls/msi/upgrade.c |    4 +-
 13 files changed, 105 insertions(+), 106 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=186f4efa3f6fedb199984f310145a78d276a7882



More information about the wine-cvs mailing list