[PSDK] Add missing MsiProvidedComponent{A,W} declarations. CORE-9246
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 9 Mar 2015 20:26:03 +0000 (20:26 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 9 Mar 2015 20:26:03 +0000 (20:26 +0000)
svn path=/trunk/; revision=66631

reactos/include/psdk/msi.h

index e92d9ee..58a1eb2 100644 (file)
@@ -1049,6 +1049,10 @@ MsiGetUserInfoW(
 
 #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)