Module: wine Branch: master Commit: 57717000195fdee94b119aa033a12d20cf364d25 URL: http://source.winehq.org/git/wine.git/?a=commit;h=57717000195fdee94b119aa033...
Author: Francois Gouget fgouget@free.fr Date: Thu Aug 9 10:41:41 2007 +0200
msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings.
---
dlls/msi/format.c | 6 ++-- dlls/msi/install.c | 20 ++++++------ dlls/msi/msi.c | 64 +++++++++++++++++++++--------------------- dlls/msi/msipriv.h | 46 +++++++++++++++--------------- dlls/msi/msiquery.c | 6 ++-- dlls/msi/package.c | 8 ++-- dlls/msi/record.c | 72 ++++++++++++++++++++++++------------------------ dlls/msi/registry.c | 20 ++++++------ dlls/msi/suminfo.c | 10 +++--- include/msi.h | 48 ++++++++++++++++---------------- include/msiquery.h | 57 ++++++++++++++++++++------------------ tools/winapi/win32.api | 16 ++++++---- 12 files changed, 190 insertions(+), 183 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=57717000195fdee94b119a...