Commit bf2d38fb authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Added ResetProfileSharing stub.

parent 258942f2
......@@ -46,7 +46,7 @@
161 stub @ # CSearchAssistantOC::OnDraw
162 stub -noname CDDEAuto_Navigate
163 stub SHAddSubscribeFavorite
164 stub -noname ResetProfileSharing
164 stdcall -noname ResetProfileSharing(long)
165 stub -noname URLSubstitution
167 stub -noname IsIEDefaultBrowser
169 stdcall -noname ParseURLFromOutsideSourceA(str ptr ptr ptr)
......
......@@ -533,3 +533,12 @@ BOOL WINAPI ImportPrivacySettings(LPCWSTR filename, BOOL *pGlobalPrefs, BOOL * p
return TRUE;
}
/******************************************************************
* ResetProfileSharing (SHDOCVW.164)
*/
HRESULT WINAPI ResetProfileSharing(HWND hwnd)
{
FIXME("(%p) stub\n", hwnd);
return E_NOTIMPL;
}
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