Module: wine Branch: master Commit: 6bd893a960eb30d7f3e74b2d23d0e5dd5d5e7f0e URL: http://source.winehq.org/git/wine.git/?a=commit;h=6bd893a960eb30d7f3e74b2d23... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Sun Jan 4 14:14:15 2009 +0100 msi: Change MSIHANDLE to ULONG for Win64 compatibility. Also fix the compiler warnings produced by this change. --- dlls/msi/database.c | 14 +++++++------- dlls/msi/format.c | 4 ++-- dlls/msi/handle.c | 8 ++++---- dlls/msi/install.c | 16 ++++++++-------- dlls/msi/msi.c | 10 +++++----- dlls/msi/msiquery.c | 32 ++++++++++++++++---------------- dlls/msi/package.c | 4 ++-- dlls/msi/preview.c | 10 +++++----- dlls/msi/record.c | 26 +++++++++++++------------- dlls/msi/suminfo.c | 20 ++++++++++---------- dlls/msi/tests/db.c | 6 +++--- dlls/msi/tests/format.c | 4 ++-- dlls/msi/tests/package.c | 12 ++++++------ include/msi.h | 2 +- 14 files changed, 84 insertions(+), 84 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6bd893a960eb30d7f3e74b...