mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Update prototype
svn path=/trunk/; revision=31821
This commit is contained in:
@@ -1786,7 +1786,7 @@ static UINT WINAPI MSI_ProvideQualifiedComponentEx(LPCWSTR szComponent,
|
||||
* MsiProvideQualifiedComponentExW [MSI.@]
|
||||
*/
|
||||
UINT WINAPI MsiProvideQualifiedComponentExW(LPCWSTR szComponent,
|
||||
LPCWSTR szQualifier, DWORD dwInstallMode, LPWSTR szProduct,
|
||||
LPCWSTR szQualifier, DWORD dwInstallMode, LPCWSTR szProduct,
|
||||
DWORD Unused1, DWORD Unused2, LPWSTR lpPathBuf,
|
||||
LPDWORD pcchPathBuf)
|
||||
{
|
||||
@@ -1803,7 +1803,7 @@ UINT WINAPI MsiProvideQualifiedComponentExW(LPCWSTR szComponent,
|
||||
* MsiProvideQualifiedComponentExA [MSI.@]
|
||||
*/
|
||||
UINT WINAPI MsiProvideQualifiedComponentExA(LPCSTR szComponent,
|
||||
LPCSTR szQualifier, DWORD dwInstallMode, LPSTR szProduct,
|
||||
LPCSTR szQualifier, DWORD dwInstallMode, LPCSTR szProduct,
|
||||
DWORD Unused1, DWORD Unused2, LPSTR lpPathBuf,
|
||||
LPDWORD pcchPathBuf)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="msi" type="win32dll" baseaddress="${BASEADDRESS_MSI}" installbase="system32" installname="msi.dll" allowwarnings="true" entrypoint="0">
|
||||
<module name="msi" type="win32dll" baseaddress="${BASEADDRESS_MSI}" installbase="system32" installname="msi.dll" allowwarnings="true"">
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<importlibrary definition="msi.spec.def" />
|
||||
<include base="msi">.</include>
|
||||
|
||||
@@ -497,8 +497,8 @@ UINT WINAPI MsiMessageBoxA(HWND, LPCSTR, LPCSTR, UINT, WORD, DWORD);
|
||||
UINT WINAPI MsiMessageBoxW(HWND, LPCWSTR, LPCWSTR, UINT, WORD, DWORD);
|
||||
#define MsiMessageBox WINELIB_NAME_AW(MsiMessageBox)
|
||||
|
||||
UINT WINAPI MsiProvideQualifiedComponentExA(LPCSTR, LPCSTR, DWORD, LPSTR, DWORD, DWORD, LPSTR, LPDWORD);
|
||||
UINT WINAPI MsiProvideQualifiedComponentExW(LPCWSTR, LPCWSTR, DWORD, LPWSTR, DWORD, DWORD, LPWSTR, LPDWORD);
|
||||
UINT WINAPI MsiProvideQualifiedComponentExA(LPCSTR, LPCSTR, DWORD, LPCSTR, DWORD, DWORD, LPSTR, LPDWORD);
|
||||
UINT WINAPI MsiProvideQualifiedComponentExW(LPCWSTR, LPCWSTR, DWORD, LPCWSTR, DWORD, DWORD, LPWSTR, LPDWORD);
|
||||
#define MsiProvideQualifiedComponentEx WINELIB_NAME_AW(MsiProvideQualifiedComponentEx)
|
||||
|
||||
UINT WINAPI MsiProvideQualifiedComponentA(LPCSTR, LPCSTR, DWORD, LPSTR, LPDWORD);
|
||||
|
||||
Reference in New Issue
Block a user