fusion: Add a stub implementation of CreateApplicationContext.
authorHans Leidekker <hans@codeweavers.com>
Mon, 22 Feb 2010 11:26:34 +0000 (12:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Feb 2010 12:15:33 +0000 (13:15 +0100)
dlls/fusion/fusion.c
dlls/fusion/fusion.spec

index 7c94100039d9fbbdb6432b634ba6947052388375..ad77233048712c34f3eb41b38a5345a886a0c6f7 100644 (file)
@@ -52,6 +52,15 @@ HRESULT WINAPI CreateInstallReferenceEnum(IInstallReferenceEnum **ppRefEnum,
     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);
 
index e589ad17e0857461383d1b94e624dd525e7e4423..54e4eadd715376e6920aaa05766de69c3a151afa 100644 (file)
@@ -1,6 +1,6 @@
 @ 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)