msi: MsiProvideComponentFromDescriptorA/W() is not supposed to be defined in msi.h.

Francois Gouget fgouget at free.fr
Fri Aug 3 20:14:08 CDT 2007


---
 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)
-- 
1.4.4.4




More information about the wine-patches mailing list