https://git.reactos.org/?p=reactos.git;a=commitdiff;h=81b5ed93e13d13f2f6c487cfa57361120046105b

commit 81b5ed93e13d13f2f6c487cfa57361120046105b
Author:     Amine Khaldi <[email protected]>
AuthorDate: Sun Jan 21 21:58:37 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Sun Jan 21 21:58:37 2018 +0100

    [WMVCORE] Sync with Wine 3.0. CORE-14225
---
 dll/win32/wmvcore/wmvcore_main.c | 2 +-
 media/doc/README.WINE            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/win32/wmvcore/wmvcore_main.c b/dll/win32/wmvcore/wmvcore_main.c
index be07909730..ae8b486532 100644
--- a/dll/win32/wmvcore/wmvcore_main.c
+++ b/dll/win32/wmvcore/wmvcore_main.c
@@ -1490,7 +1490,7 @@ static HRESULT WINAPI headerinfo_AddScript(IWMHeaderInfo3 
*iface, LPCWSTR_WMSDK_
         LPCWSTR_WMSDK_TYPE_SAFE command, QWORD script_time)
 {
     WMReader *This = impl_from_IWMHeaderInfo3(iface);
-    FIXME("%p, %s, %p, %s\n", This, debugstr_w(type), debugstr_w(command), 
wine_dbgstr_longlong(script_time));
+    FIXME("%p, %s, %s, %s\n", This, debugstr_w(type), debugstr_w(command), 
wine_dbgstr_longlong(script_time));
     return E_NOTIMPL;
 }
 
diff --git a/media/doc/README.WINE b/media/doc/README.WINE
index 7f10d52dea..b661e3d685 100644
--- a/media/doc/README.WINE
+++ b/media/doc/README.WINE
@@ -210,7 +210,7 @@ reactos/dll/win32/wintrust            # Synced to 
WineStaging-2.16
 reactos/dll/win32/wldap32             # Synced to Wine-3.0
 reactos/dll/win32/wmi                 # Synced to WineStaging-2.9
 reactos/dll/win32/wmiutils            # Synced to WineStaging-2.9
-reactos/dll/win32/wmvcore             # Synced to WineStaging-2.16
+reactos/dll/win32/wmvcore             # Synced to Wine-3.0
 reactos/dll/win32/wshom.ocx           # Synced to WineStaging-2.9
 reactos/dll/win32/wtsapi32            # Synced to WineStaging-2.9
 reactos/dll/win32/wuapi               # Synced to WineStaging-2.9

Reply via email to