mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[FUSION]
sync fusion with wine 1.1.41 svn path=/trunk/; revision=46316
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user