Commit ba48d378 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

shell32: Document SHFlushSFCache, and remove an unneeded fixme.

parent 1c07d94d
......@@ -1995,8 +1995,13 @@ BOOL WINAPI LinkWindow_UnregisterClass(void)
/*************************************************************************
* SHFlushSFCache (SHELL32.526)
*
* Notifies the shell that a user-specified special folder location has changed.
*
* NOTES
* In Wine, the shell folder registry values are not cached, so this function
* has no effect.
*/
void WINAPI SHFlushSFCache(void)
{
FIXME("()\n");
}
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