apphelp: Add stub for ApphelpCheckMsiPackage.

This commit is contained in:
André Hentschel 2011-11-04 17:57:55 +01:00 committed by Alexandre Julliard
parent 0906499687
commit ec56eee03d
2 changed files with 7 additions and 1 deletions

View File

@ -55,6 +55,12 @@ BOOL WINAPI ApphelpCheckInstallShieldPackage( void* ptr, LPCWSTR path )
return TRUE; 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 ) PDB WINAPI SdbCreateDatabase( LPCWSTR path, PATH_TYPE type )
{ {
FIXME("stub: %s %u\n", debugstr_w(path), type); FIXME("stub: %s %u\n", debugstr_w(path), type);

View File

@ -1,7 +1,7 @@
@ stub AllowPermLayer @ stub AllowPermLayer
@ stub ApphelpCheckExe @ stub ApphelpCheckExe
@ stdcall ApphelpCheckInstallShieldPackage(ptr wstr) @ stdcall ApphelpCheckInstallShieldPackage(ptr wstr)
@ stub ApphelpCheckMsiPackage @ stdcall ApphelpCheckMsiPackage(ptr wstr)
@ stub ApphelpCheckRunApp @ stub ApphelpCheckRunApp
@ stub ApphelpCheckRunAppEx @ stub ApphelpCheckRunAppEx
@ stub ApphelpCheckShellObject @ stub ApphelpCheckShellObject