Commit fee3d670 authored by Chae Jong Bin's avatar Chae Jong Bin Committed by Alexandre Julliard

urlmon: Add stub for FlushUrlmonZonesCache.

parent 59c30130
......@@ -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
......@@ -1166,6 +1166,15 @@ int WINAPI MapBrowserEmulationModeToUserAgent(DWORD unk1, DWORD unk2)
}
/***********************************************************************
* FlushUrlmonZonesCache (URLMON.455)
* Undocumented, added in IE8
*/
void WINAPI FlushUrlmonZonesCache(void)
{
FIXME("stub\n");
}
/***********************************************************************
* RegisterMediaTypes
* Added in IE3, registers known MIME-type strings.
*/
......
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