Commit 28d175b5 authored by Raphael Junqueira's avatar Raphael Junqueira Committed by Alexandre Julliard

Stub for SHFlushSFCacheWrap.

parent a9b405cf
......@@ -3513,6 +3513,14 @@ BOOL WINAPI MLFreeLibrary(HMODULE hModule)
}
/*************************************************************************
* @ [SHLWAPI.419]
*/
BOOL WINAPI SHFlushSFCacheWrap(void) {
FIXME(": stub\n");
return TRUE;
}
/*************************************************************************
* @ [SHLWAPI.429]
* FIXME I have no idea what this function does or what its arguments are.
*/
......
......@@ -416,7 +416,7 @@
416 stub -noname SHWinHelpOnDemandW
417 stub -noname SHWinHelpOnDemandA
418 stdcall -noname MLFreeLibrary(long)
419 stub -noname SHFlushSFCacheWrap
419 stdcall -noname SHFlushSFCacheWrap()
420 stub @ # CMemStream::Commit
421 stub -noname SHLoadPersistedDataObject
422 stdcall -noname _SHGlobalCounterCreateNamedA(str long)
......
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