Commit e3ab9936 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

mscoree: Add CoEEShutDownCOM stub.

parent dd9d4ba9
......@@ -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
......
......@@ -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);
......
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