msi: Make msi_get_property_int and friends take a pointer to a database instead of...
commit186f4efa3f6fedb199984f310145a78d276a7882
authorHans Leidekker <hans@codeweavers.com>
Wed, 21 Apr 2010 09:37:54 +0000 (21 11:37 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Apr 2010 09:57:33 +0000 (21 11:57 +0200)
treeffbcf5f4659e01acc603a0a8d67c2dd16b353110
parent031d2c63e872ed38314c85a0dcb40a518931d697
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.
13 files changed:
dlls/msi/action.c
dlls/msi/cond.y
dlls/msi/custom.c
dlls/msi/dialog.c
dlls/msi/events.c
dlls/msi/files.c
dlls/msi/format.c
dlls/msi/helpers.c
dlls/msi/install.c
dlls/msi/media.c
dlls/msi/msipriv.h
dlls/msi/package.c
dlls/msi/upgrade.c