mscoree: Add CoEEShutDownCOM stub.

This commit is contained in:
Alistair Leslie-Hughes 2012-03-03 16:32:47 +11:00 committed by Alexandre Julliard
parent dd9d4ba9ba
commit e3ab993647
2 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@
@ stub CloseCtrs
@ stdcall CLRCreateInstance(ptr ptr ptr)
@ stdcall ClrCreateManagedInstance(wstr ptr ptr)
@ stub CoEEShutDownCOM
@ stdcall CoEEShutDownCOM()
@ stdcall CoInitializeCor(long)
@ stub CoInitializeEE
@ stub CoUninitializeCor

View File

@ -641,6 +641,11 @@ HRESULT WINAPI DllCanUnloadNow(VOID)
return S_FALSE;
}
void WINAPI CoEEShutDownCOM(void)
{
FIXME("stub.\n");
}
INT WINAPI ND_RU1( const void *ptr, INT offset )
{
return *((const BYTE *)ptr + offset);