- Fix broken IInternetZoneManagerVtbl definition.
Modified: trunk/reactos/include/wine/urlmon.h
--- trunk/reactos/include/wine/urlmon.h 2005-07-27 01:52:27 UTC (rev 16781) +++ trunk/reactos/include/wine/urlmon.h 2005-07-27 01:56:55 UTC (rev 16782) @@ -2043,6 +2043,13 @@
DWORD cbPolicy, URLZONEREG urlZoneReg);
+ HRESULT (STDMETHODCALLTYPE *PromptAction)( + IInternetZoneManager* This, + DWORD dwAction, + LPCWSTR pwszUrl, + LPCWSTR pwszText, + DWORD dwPromptFlags); +
HRESULT (STDMETHODCALLTYPE *LogAction)( IInternetZoneManager* This, DWORD dwAction,