Added RNIGetCompatibleVersion implementation.

oldstable
Jacek Caban 2005-08-12 10:33:13 +00:00 committed by Alexandre Julliard
parent 37418c6d3c
commit 4a4e381066
2 changed files with 13 additions and 1 deletions

View File

@ -180,6 +180,9 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
return CLASS_E_CLASSNOTAVAILABLE;
}
/******************************************************************
* DllCanUnloadNow (MSHTML.@)
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
TRACE("() ref=%ld\n", module_ref);
@ -198,6 +201,15 @@ HRESULT WINAPI RunHTMLApplication( HINSTANCE hinst, HINSTANCE hPrevInst,
return 0;
}
/***********************************************************************
* RNIGetCompatibleVersion (MSHTML.@)
*/
DWORD WINAPI RNIGetCompatibleVersion(void)
{
TRACE("()\n");
return 0x20000;
}
/***********************************************************************
* DllInstall (MSHTML.@)
*/

View File

@ -7,7 +7,7 @@
@ stdcall -private DllUnregisterServer()
@ stub MatchExactGetIDsOfNames
@ stub PrintHTML
@ stub RNIGetCompatibleVersion
@ stdcall RNIGetCompatibleVersion()
@ stdcall RunHTMLApplication(long long str long)
@ stub ShowHTMLDialog
@ stub ShowModalDialog