Commit ec56eee0 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

apphelp: Add stub for ApphelpCheckMsiPackage.

parent 09064996
......@@ -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);
......
@ stub AllowPermLayer
@ stub ApphelpCheckExe
@ stdcall ApphelpCheckInstallShieldPackage(ptr wstr)
@ stub ApphelpCheckMsiPackage
@ stdcall ApphelpCheckMsiPackage(ptr wstr)
@ stub ApphelpCheckRunApp
@ stub ApphelpCheckRunAppEx
@ stub ApphelpCheckShellObject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment