Author: akhaldi
Date: Mon Mar 9 20:26:03 2015
New Revision: 66631
URL:
http://svn.reactos.org/svn/reactos?rev=66631&view=rev
Log:
[PSDK] Add missing MsiProvidedComponent{A,W} declarations. CORE-9246
Modified:
trunk/reactos/include/psdk/msi.h
Modified: trunk/reactos/include/psdk/msi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msi.h?rev=666…
==============================================================================
--- trunk/reactos/include/psdk/msi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/msi.h [iso-8859-1] Mon Mar 9 20:26:03 2015
@@ -1049,6 +1049,10 @@
#define MsiGetUserInfo WINELIB_NAME_AW(MsiGetUserInfo)
+UINT WINAPI MsiProvidedComponentA(LPCSTR, LPCSTR, LPCSTR, DWORD, LPSTR, LPDWORD);
+UINT WINAPI MsiProvideComponentW(LPCWSTR, LPCWSTR, LPCWSTR, DWORD, LPWSTR, LPDWORD);
+#define MsiProvideComponent WINELIB_NAME_AW(MsiProvideComponent)
+
UINT WINAPI MsiCollectUserInfoA(_In_ LPCSTR);
UINT WINAPI MsiCollectUserInfoW(_In_ LPCWSTR);
#define MsiCollectUserInfo WINELIB_NAME_AW(MsiCollectUserInfo)