[PSDK] Add missing MsiProvidedComponent{A,W} declarations. CORE-9246

svn path=/trunk/; revision=66631
This commit is contained in:
Amine Khaldi 2015-03-09 20:26:03 +00:00
parent c6589cc426
commit 3bce081d61

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