Commit e423abf5 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

apphelp: Add a stub for ApphelpCheckShellObject.

parent 006e2d97
......@@ -67,3 +67,9 @@ PDB WINAPI SdbCreateDatabase( LPCWSTR path, PATH_TYPE type )
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return NULL;
}
BOOL WINAPI ApphelpCheckShellObject( REFCLSID clsid, BOOL shim, ULONGLONG *flags )
{
FIXME("stub: %s %p\n", debugstr_guid(clsid), flags );
return TRUE;
}
......@@ -4,7 +4,7 @@
@ stdcall ApphelpCheckMsiPackage(ptr wstr)
@ stub ApphelpCheckRunApp
@ stub ApphelpCheckRunAppEx
@ stub ApphelpCheckShellObject
@ stdcall ApphelpCheckShellObject(ptr long ptr)
@ stub ApphelpCreateAppcompatData
@ stub ApphelpFixMsiPackage
@ stub ApphelpFixMsiPackageExe
......
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