| commit | d72bd7ec2e2f8f8a6a1178683a6f3915e51edeab | [log] [tgz] |
|---|---|---|
| author | Mike McCormack <mike@codeweavers.com> | Mon Dec 01 22:38:43 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Dec 01 22:38:43 2003 +0000 |
| tree | 9bda32d028a3d62e90524b9ddb2e3b013cc52503 | |
| parent | cd7328672ed61a805ba2856d282a385e5d06d1c0 [diff] [blame] |
Declare some MSI functions.
diff --git a/include/msi.h b/include/msi.h index b33f2b4..b2e36e1 100644 --- a/include/msi.h +++ b/include/msi.h
@@ -98,4 +98,8 @@ UINT WINAPI MsiVerifyPackageW(LPCWSTR); #define MsiVerifyPackage WINELIB_NAME_AW(MsiVerifyPackage) +INSTALLSTATE WINAPI MsiQueryProductStateA(LPCSTR); +INSTALLSTATE WINAPI MsiQueryProductStateW(LPCWSTR); +#define MsiQueryProductState WINELIB_NAME_AW(MsiQueryProductState) + #endif /* __WINE_MSI_H */