Commit 2ca9f2c5 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

shell32: Rename ordinal 525 to SHFlushSFCache.

parent 75ac489e
......@@ -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)
......
......@@ -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;
}
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