From: Vijay Kiran Kamuju infyquest@gmail.com
--- dlls/apphelp/apphelp.c | 7 +++++++ dlls/apphelp/apphelp.spec | 1 + 2 files changed, 8 insertions(+)
diff --git a/dlls/apphelp/apphelp.c b/dlls/apphelp/apphelp.c index 7c83681175e..66e59d73c52 100644 --- a/dlls/apphelp/apphelp.c +++ b/dlls/apphelp/apphelp.c @@ -103,6 +103,13 @@ void WINAPI SdbGetAppPatchDir(HSDB hsdb, WCHAR *path, DWORD size) if (size && path) *path = 0; }
+BOOL WINAPI SetPermLayerState( PCWSTR path, PCWSTR layers, DWORD flags, BOOL machine, BOOL state) +{ + FIXME("stub: %s %s %ld %d %d\n", debugstr_w(path), debugstr_w(layers), flags, machine, state); + SetLastError(ERROR_CALL_NOT_IMPLEMENTED); + return TRUE; +} + BOOL WINAPI SdbSetPermLayerKeys( PCWSTR path, PCWSTR layers, BOOL machine ) { FIXME("stub: %s %s %d\n", debugstr_w(path), debugstr_w(layers), machine); diff --git a/dlls/apphelp/apphelp.spec b/dlls/apphelp/apphelp.spec index 4a205214a3b..979781dedda 100644 --- a/dlls/apphelp/apphelp.spec +++ b/dlls/apphelp/apphelp.spec @@ -161,6 +161,7 @@ @ stub SdbWriteStringTag @ stub SdbWriteStringTagDirect @ stub SdbWriteWORDTag +@ stdcall SetPermLayerState(wstr ptr ptr long long) @ stub SetPermLayers @ stub ShimDbgPrint @ stub ShimDumpCache