Module: wine Branch: master Commit: 2f051c34a4202c249c61fa71b26a0f1fa721dc85 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2f051c34a4202c249c61fa71b2...
Author: Francois Gouget fgouget@free.fr Date: Sat Aug 4 03:14:08 2007 +0200
msi: MsiProvideComponentFromDescriptorA/W() is not supposed to be defined in msi.h.
---
include/msi.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/msi.h b/include/msi.h index 37f4b4b..1f78c66 100644 --- a/include/msi.h +++ b/include/msi.h @@ -413,10 +413,6 @@ UINT WINAPI MsiOpenProductA(LPCSTR, MSIHANDLE*); UINT WINAPI MsiOpenProductW(LPCWSTR, MSIHANDLE*); #define MsiOpenProduct WINELIB_NAME_AW(MsiOpenProduct)
-UINT WINAPI MsiProvideComponentFromDescriptorA(LPCSTR,LPSTR,DWORD*,DWORD*); -UINT WINAPI MsiProvideComponentFromDescriptorW(LPCWSTR,LPWSTR,DWORD*,DWORD*); -#define MsiProvideComponentFromDescriptor WINELIB_NAME_AW(MsiProvideComponentFromDescriptor) - UINT WINAPI MsiGetProductPropertyA(MSIHANDLE,LPCSTR,LPSTR,DWORD*); UINT WINAPI MsiGetProductPropertyW(MSIHANDLE,LPCWSTR,LPWSTR,DWORD*); #define MsiGetProductProperty WINELIB_NAME_AW(MsiGetProductProperty)