[pkg-wine-party] [wine] 114/132: apphelp: Add a stub for ShimFlushCache.
Michael Gilbert
mgilbert at moszumanska.debian.org
Sat Jan 11 22:39:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
mgilbert pushed a commit to branch master
in repository wine.
commit b278116f373bd2b2dbcf9915698a8d6636cad27f
Author: Austin English <austinenglish at gmail.com>
Date: Mon Dec 2 15:58:46 2013 -0800
apphelp: Add a stub for ShimFlushCache.
(cherry picked from commit 58bb2608859488a618267a8ed904b61b182cbecb)
---
dlls/apphelp/apphelp.c | 7 +++++++
dlls/apphelp/apphelp.spec | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/dlls/apphelp/apphelp.c b/dlls/apphelp/apphelp.c
index a82bc94..e8fce78 100644
--- a/dlls/apphelp/apphelp.c
+++ b/dlls/apphelp/apphelp.c
@@ -74,3 +74,10 @@ BOOL WINAPI ApphelpCheckShellObject( REFCLSID clsid, BOOL shim, ULONGLONG *flags
if (flags) *flags = 0;
return TRUE;
}
+
+BOOL WINAPI ShimFlushCache( HWND hwnd, HINSTANCE instance, LPCSTR cmdline, int cmd )
+{
+ FIXME("stub: %p %p %s %u\n", hwnd, instance, debugstr_a(cmdline), cmd);
+ SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+ return TRUE;
+}
diff --git a/dlls/apphelp/apphelp.spec b/dlls/apphelp/apphelp.spec
index 76af9ad..60d931c 100644
--- a/dlls/apphelp/apphelp.spec
+++ b/dlls/apphelp/apphelp.spec
@@ -164,4 +164,4 @@
@ stub SetPermLayers
@ stub ShimDbgPrint
@ stub ShimDumpCache
-@ stub ShimFlushCache
+@ stdcall ShimFlushCache(ptr ptr str long)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git
More information about the pkg-wine-party
mailing list