Juan Lang : shell32: Document SHFlushSFCache, and remove an unneeded fixme.

Alexandre Julliard julliard at winehq.org
Thu Jan 15 08:50:59 CST 2009


Module: wine
Branch: master
Commit: ba48d37837206d175b010c0413f0147e045d18d6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ba48d37837206d175b010c0413f0147e045d18d6

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Jan 14 08:31:04 2009 -0800

shell32: Document SHFlushSFCache, and remove an unneeded fixme.

---

 dlls/shell32/shellord.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c
index d8a6a0f..5622484 100644
--- a/dlls/shell32/shellord.c
+++ b/dlls/shell32/shellord.c
@@ -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");
 }




More information about the wine-cvs mailing list