msi: dup declaration MSI_SetPropertyW

Yuri Kozlov kozlov.y at gmail.com
Mon Aug 8 03:37:12 CDT 2005


ChangeLog:
  Remove duplicate declaration MSI_SetPropertyW
-- 
Regards,
Yuri Kozlov

--- wine-orig/dlls/msi/msipriv.h        2005-07-06 14:33:30.000000000 +0400
+++ wine/dlls/msi/msipriv.h     2005-08-08 11:30:54.000000000 +0400
@@ -362,7 +362,6 @@
 extern UINT MSI_GetPropertyW( MSIPACKAGE *, LPCWSTR, LPWSTR, DWORD * );
 extern UINT MSI_GetPropertyA(MSIPACKAGE *, LPCSTR, LPSTR, DWORD* );
 extern MSICONDITION MSI_EvaluateConditionW( MSIPACKAGE *, LPCWSTR );
-extern UINT MSI_SetPropertyW( MSIPACKAGE *, LPCWSTR, LPCWSTR );
 extern UINT MSI_GetComponentStateW( MSIPACKAGE *, LPWSTR,
INSTALLSTATE *, INSTALLSTATE * );
 extern UINT MSI_GetFeatureStateW( MSIPACKAGE *, LPWSTR, INSTALLSTATE
*, INSTALLSTATE * );
 extern UINT WINAPI MSI_SetFeatureStateW(MSIPACKAGE*, LPCWSTR, INSTALLSTATE );




More information about the wine-patches mailing list