urlmon: Add stub for FlushUrlmonZonesCache.

This commit is contained in:
Chae Jong Bin 2012-12-26 12:32:33 +00:00 committed by Alexandre Julliard
parent 59c30130a0
commit fee3d67030
2 changed files with 10 additions and 0 deletions

View File

@ -105,3 +105,4 @@
423 stdcall @(long long long long) LogSqmUXCommandOffsetInternal
444 stdcall @(long long long) MapUriToBrowserEmulationState
445 stdcall @(long long) MapBrowserEmulationModeToUserAgent
455 stdcall @() FlushUrlmonZonesCache

View File

@ -1165,6 +1165,15 @@ int WINAPI MapBrowserEmulationModeToUserAgent(DWORD unk1, DWORD unk2)
return 0;
}
/***********************************************************************
* FlushUrlmonZonesCache (URLMON.455)
* Undocumented, added in IE8
*/
void WINAPI FlushUrlmonZonesCache(void)
{
FIXME("stub\n");
}
/***********************************************************************
* RegisterMediaTypes
* Added in IE3, registers known MIME-type strings.