Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
58bb2608
Commit
58bb2608
authored
Dec 02, 2013
by
Austin English
Committed by
Alexandre Julliard
Dec 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apphelp: Add a stub for ShimFlushCache.
parent
7892df6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
apphelp.c
dlls/apphelp/apphelp.c
+7
-0
apphelp.spec
dlls/apphelp/apphelp.spec
+1
-1
No files found.
dlls/apphelp/apphelp.c
View file @
58bb2608
...
...
@@ -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
;
}
dlls/apphelp/apphelp.spec
View file @
58bb2608
...
...
@@ -164,4 +164,4 @@
@ stub SetPermLayers
@ stub ShimDbgPrint
@ stub ShimDumpCache
@ st
ub ShimFlushCache
@ st
dcall ShimFlushCache(ptr ptr str long)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment