return E_NOTIMPL;
}
+/******************************************************************
+ * CreateApplicationContext (FUSION.@)
+ */
+HRESULT WINAPI CreateApplicationContext(IAssemblyName *name, void *ctx)
+{
+ FIXME("%p, %p\n", name, ctx);
+ return E_NOTIMPL;
+}
+
static HRESULT (WINAPI *pGetCORVersion)(LPWSTR pbuffer, DWORD cchBuffer,
DWORD *dwLength);
@ stub CopyPDBs
@ stdcall ClearDownloadCache()
-@ stub CreateApplicationContext
+@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)
@ stdcall CreateAssemblyEnum(ptr ptr ptr long ptr)
@ stdcall CreateAssemblyNameObject(ptr wstr long ptr)