mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[PSDK] Add missing MsiProvidedComponent{A,W} declarations. CORE-9246
svn path=/trunk/; revision=66631
This commit is contained in:
parent
c6589cc426
commit
3bce081d61
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue