shell32: Rename ordinal 525 to SHFlushSFCache.
This commit is contained in:
parent
75ac489ea4
commit
2ca9f2c536
@ -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)
|
||||||
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user