Skip to content
Snippets Groups Projects
Commit ec56eee0 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

apphelp: Add stub for ApphelpCheckMsiPackage.

parent 09064996
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment