Commit bb254fce authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

apphelp: Implement ApphelpCheckShellObject.

parent d4db98dc
......@@ -19,6 +19,8 @@
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include <appcompatapi.h>
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(apphelp);
......@@ -70,6 +72,7 @@ PDB WINAPI SdbCreateDatabase( LPCWSTR path, PATH_TYPE type )
BOOL WINAPI ApphelpCheckShellObject( REFCLSID clsid, BOOL shim, ULONGLONG *flags )
{
FIXME("stub: %s %p\n", debugstr_guid(clsid), flags );
TRACE("(%s, %d, %p)\n", debugstr_guid(clsid), shim, flags);
if (flags) *flags = 0;
return TRUE;
}
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