apphelp: Add stub for ApphelpCheckMsiPackage.
This commit is contained in:
parent
0906499687
commit
ec56eee03d
|
@ -55,6 +55,12 @@ BOOL WINAPI ApphelpCheckInstallShieldPackage( void* ptr, LPCWSTR path )
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
BOOL WINAPI ApphelpCheckMsiPackage( void* ptr, LPCWSTR path )
|
||||
{
|
||||
FIXME("stub: %p %s\n", ptr, debugstr_w(path));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
PDB WINAPI SdbCreateDatabase( LPCWSTR path, PATH_TYPE type )
|
||||
{
|
||||
FIXME("stub: %s %u\n", debugstr_w(path), type);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@ stub AllowPermLayer
|
||||
@ stub ApphelpCheckExe
|
||||
@ stdcall ApphelpCheckInstallShieldPackage(ptr wstr)
|
||||
@ stub ApphelpCheckMsiPackage
|
||||
@ stdcall ApphelpCheckMsiPackage(ptr wstr)
|
||||
@ stub ApphelpCheckRunApp
|
||||
@ stub ApphelpCheckRunAppEx
|
||||
@ stub ApphelpCheckShellObject
|
||||
|
|
Loading…
Reference in New Issue