shell32: Document SHFlushSFCache, and remove an unneeded fixme.

This commit is contained in:
Juan Lang 2009-01-14 08:31:04 -08:00 committed by Alexandre Julliard
parent 1c07d94ddc
commit ba48d37837
1 changed files with 6 additions and 1 deletions

View File

@ -1995,8 +1995,13 @@ BOOL WINAPI LinkWindow_UnregisterClass(void)
/************************************************************************* /*************************************************************************
* SHFlushSFCache (SHELL32.526) * 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) void WINAPI SHFlushSFCache(void)
{ {
FIXME("()\n");
} }