mirror of
https://github.com/reactos/reactos.git
synced 2025-05-15 07:17:23 +00:00
[FUSION] Sync with Wine Staging 2.16. CORE-13762
da03b46 fusion: Use standard wine_dbgstr_longlong. svn path=/trunk/; revision=75869
This commit is contained in:
parent
bcd314bf3f
commit
224936e090
2 changed files with 3 additions and 3 deletions
|
@ -345,9 +345,9 @@ static HRESULT WINAPI IAssemblyNameImpl_Reserved(IAssemblyName *iface,
|
|||
DWORD cbReserved,
|
||||
LPVOID *ppReserved)
|
||||
{
|
||||
TRACE("(%p, %s, %p, %p, %s, %x%08x, %p, %d, %p)\n", iface,
|
||||
TRACE("(%p, %s, %p, %p, %s, %s, %p, %d, %p)\n", iface,
|
||||
debugstr_guid(refIID), pUnkReserved1, pUnkReserved2,
|
||||
debugstr_w(szReserved), (DWORD)(llReserved >> 32), (DWORD)llReserved,
|
||||
debugstr_w(szReserved), wine_dbgstr_longlong(llReserved),
|
||||
pvReserved, cbReserved, ppReserved);
|
||||
|
||||
return E_NOTIMPL;
|
||||
|
|
|
@ -67,7 +67,7 @@ reactos/dll/win32/dbghelp # Synced to WineStaging-2.16
|
|||
reactos/dll/win32/dciman32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/faultrep # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/fontsub # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/fusion # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/fusion # Synced to WineStaging-2.16
|
||||
reactos/dll/win32/gdiplus # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/hlink # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue