mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[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:
parent
c685be6a9e
commit
2de608a0e7
5 changed files with 13 additions and 4 deletions
|
@ -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.@)
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@ stub CopyPDBs
|
||||
@ stdcall CopyPDBs(ptr)
|
||||
@ stdcall ClearDownloadCache()
|
||||
@ stdcall CreateApplicationContext(ptr ptr)
|
||||
@ stdcall CreateAssemblyCache(ptr long)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@ stub CopyPDBs
|
||||
@ stdcall CopyPDBs(ptr)
|
||||
@ stdcall ClearDownloadCache()
|
||||
@ stdcall CreateApplicationContext(ptr ptr)
|
||||
@ stdcall CreateAssemblyCache(ptr long)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@ stub CopyPDBs
|
||||
@ stdcall CopyPDBs(ptr)
|
||||
@ stdcall ClearDownloadCache()
|
||||
@ stdcall CreateApplicationContext(ptr ptr)
|
||||
@ stdcall CreateAssemblyCache(ptr long)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue