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

apphelp: Add stub for ApphelpCheckInstallShieldPackage.

parent 17d6f083
Branches
Tags
No related merge requests found
......@@ -39,3 +39,9 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
}
return TRUE;
}
BOOL WINAPI ApphelpCheckInstallShieldPackage( void* ptr, LPCWSTR path )
{
FIXME("stub: %p %s\n", ptr, debugstr_w(path));
return TRUE;
}
@ stub AllowPermLayer
@ stub ApphelpCheckExe
@ stub ApphelpCheckInstallShieldPackage
@ stdcall ApphelpCheckInstallShieldPackage(ptr wstr)
@ stub ApphelpCheckMsiPackage
@ stub ApphelpCheckRunApp
@ stub ApphelpCheckRunAppEx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment