Module: wine Branch: master Commit: 2ca9f2c5368f33137ac58d5f67a1cda3335cdcb7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2ca9f2c5368f33137ac58d5f67...
Author: Stefan Leichter Stefan.Leichter@camline.com Date: Sun Jan 11 18:17:22 2009 +0100
shell32: Rename ordinal 525 to SHFlushSFCache.
---
dlls/shell32/shell32.spec | 2 +- dlls/shell32/shellord.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index a3d76ac..f852e7c 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -231,7 +231,7 @@ 523 stdcall -noname SHFreeShared(long long) 524 stdcall -noname RealDriveType(long long) 525 stub RealDriveTypeFlags - 526 stdcall @() SHELL32_526 + 526 stdcall SHFlushSFCache()
640 stdcall -noname NTSHChangeNotifyRegister(long long long long long long) 641 stdcall -noname NTSHChangeNotifyDeregister(long) diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c index 2b7103c..d8a6a0f 100644 --- a/dlls/shell32/shellord.c +++ b/dlls/shell32/shellord.c @@ -1994,10 +1994,9 @@ BOOL WINAPI LinkWindow_UnregisterClass(void) }
/************************************************************************* - * (SHELL32.526) + * SHFlushSFCache (SHELL32.526) */ -BOOL WINAPI SHELL32_526(void) +void WINAPI SHFlushSFCache(void) { FIXME("()\n"); - return FALSE; }