[FUSION][FUSION_1_1][FUSION_2_0] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70860
This commit is contained in:
Amine Khaldi 2016-03-02 10:11:41 +00:00
parent c685be6a9e
commit 2de608a0e7
5 changed files with 13 additions and 4 deletions

View file

@ -38,6 +38,15 @@ HRESULT WINAPI ClearDownloadCache(void)
return E_NOTIMPL;
}
/******************************************************************
* CopyPDBs (FUSION.@)
*/
HRESULT WINAPI CopyPDBs(void *unknown)
{
FIXME("(%p) stub!\n", unknown);
return E_NOTIMPL;
}
/******************************************************************
* CreateInstallReferenceEnum (FUSION.@)
*/

View file

@ -1,4 +1,4 @@
@ stub CopyPDBs
@ stdcall CopyPDBs(ptr)
@ stdcall ClearDownloadCache()
@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)

View file

@ -1,4 +1,4 @@
@ stub CopyPDBs
@ stdcall CopyPDBs(ptr)
@ stdcall ClearDownloadCache()
@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)

View file

@ -1,4 +1,4 @@
@ stub CopyPDBs
@ stdcall CopyPDBs(ptr)
@ stdcall ClearDownloadCache()
@ stdcall CreateApplicationContext(ptr ptr)
@ stdcall CreateAssemblyCache(ptr long)

View file

@ -67,7 +67,7 @@ reactos/dll/win32/dbghelp # Synced to WineStaging-1.9.4
reactos/dll/win32/dciman32 # Synced to WineStaging-1.7.55
reactos/dll/win32/faultrep # Synced to WineStaging-1.7.55
reactos/dll/win32/fltlib # Synced to WineStaging-1.7.55
reactos/dll/win32/fusion # Synced to WineStaging-1.7.55
reactos/dll/win32/fusion # Synced to WineStaging-1.9.4
reactos/dll/win32/gdiplus # Synced to WineStaging-1.7.55
reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.7.55
reactos/dll/win32/hlink # Synced to WineStaging-1.7.55