From 2f051c34a4202c249c61fa71b26a0f1fa721dc85 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 4 Aug 2007 03:14:08 +0200 Subject: [PATCH] msi: MsiProvideComponentFromDescriptorA/W() is not supposed to be defined in msi.h. --- include/msi.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/msi.h b/include/msi.h index 37f4b4b968a..1f78c6666dd 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)