[FUSION]
[reactos.git] / reactos / dll / win32 / fusion / fusion.c
index 7c94100..ad77233 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);