shell32: Rename ordinal 525 to SHFlushSFCache.

This commit is contained in:
Stefan Leichter 2009-01-11 18:17:22 +01:00 committed by Alexandre Julliard
parent 75ac489ea4
commit 2ca9f2c536
2 changed files with 3 additions and 4 deletions

View File

@ -231,7 +231,7 @@
523 stdcall -noname SHFreeShared(long long) 523 stdcall -noname SHFreeShared(long long)
524 stdcall -noname RealDriveType(long long) 524 stdcall -noname RealDriveType(long long)
525 stub RealDriveTypeFlags 525 stub RealDriveTypeFlags
526 stdcall @() SHELL32_526 526 stdcall SHFlushSFCache()
640 stdcall -noname NTSHChangeNotifyRegister(long long long long long long) 640 stdcall -noname NTSHChangeNotifyRegister(long long long long long long)
641 stdcall -noname NTSHChangeNotifyDeregister(long) 641 stdcall -noname NTSHChangeNotifyDeregister(long)

View File

@ -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"); FIXME("()\n");
return FALSE;
} }