mirror of
https://github.com/reactos/reactos.git
synced 2025-07-16 05:44:02 +00:00
[WMVCORE] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
d8772ec2ca
commit
81b5ed93e1
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue