mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[SXS] Sync with Wine Staging 2.16. CORE-13762
3c4f6ed sxs: Use standard wine_dbgstr_longlong. svn path=/trunk/; revision=75900
This commit is contained in:
parent
dd8abae2c1
commit
9aead4c3e9
2 changed files with 3 additions and 3 deletions
|
@ -160,9 +160,9 @@ static HRESULT WINAPI name_Reserved(
|
|||
DWORD cbReserved,
|
||||
LPVOID *ppReserved )
|
||||
{
|
||||
FIXME("%p, %s, %p, %p, %s, %x%08x, %p, %d, %p\n", iface,
|
||||
FIXME("%p, %s, %p, %p, %s, %s, %p, %d, %p\n", iface,
|
||||
debugstr_guid(riid), pUnkReserved1, pUnkReserved2,
|
||||
debugstr_w(szReserved), (DWORD)(llReserved >> 32), (DWORD)llReserved,
|
||||
debugstr_w(szReserved), wine_dbgstr_longlong(llReserved),
|
||||
pvReserved, cbReserved, ppReserved);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
|
|
@ -181,7 +181,7 @@ reactos/dll/win32/softpub # Synced to WineStaging-2.9
|
|||
reactos/dll/win32/stdole2.tlb # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/stdole32.tlb # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/sti # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/sxs # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/sxs # Synced to WineStaging-2.16
|
||||
reactos/dll/win32/t2embed # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/tapi32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/traffic # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue