Author: akhaldi
Date: Sun Sep 17 22:57:49 2017
New Revision: 75900
URL:
http://svn.reactos.org/svn/reactos?rev=75900&view=rev
Log:
[SXS] Sync with Wine Staging 2.16. CORE-13762
3c4f6ed sxs: Use standard wine_dbgstr_longlong.
Modified:
trunk/reactos/dll/win32/sxs/name.c
trunk/reactos/media/doc/README.WINE
Modified: trunk/reactos/dll/win32/sxs/name.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/sxs/name.c?rev=7…
==============================================================================
--- trunk/reactos/dll/win32/sxs/name.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/sxs/name.c [iso-8859-1] Sun Sep 17 22:57:49 2017
@@ -160,9 +160,9 @@
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;
}
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Sun Sep 17 22:57:49 2017
@@ -181,7 +181,7 @@
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