mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +00:00
[HNETCFG] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71548
This commit is contained in:
parent
a0be6b0961
commit
8f5987dd7f
2 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ static HRESULT WINAPI fw_ports_Add(
|
||||||
fw_ports *This = impl_from_INetFwOpenPorts( iface );
|
fw_ports *This = impl_from_INetFwOpenPorts( iface );
|
||||||
|
|
||||||
FIXME("%p, %p\n", This, port);
|
FIXME("%p, %p\n", This, port);
|
||||||
return E_NOTIMPL;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI fw_ports_Remove(
|
static HRESULT WINAPI fw_ports_Remove(
|
||||||
|
|
|
@ -71,7 +71,7 @@ reactos/dll/win32/fusion # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/gdiplus # Synced to WineStaging-1.9.11
|
reactos/dll/win32/gdiplus # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.9.4
|
reactos/dll/win32/hhctrl.ocx # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/hlink # Synced to WineStaging-1.9.4
|
reactos/dll/win32/hlink # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/hnetcfg # Synced to WineStaging-1.9.4
|
reactos/dll/win32/hnetcfg # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/httpapi # Synced to WineStaging-1.9.4
|
reactos/dll/win32/httpapi # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/iccvid # Synced to WineStaging-1.9.4
|
reactos/dll/win32/iccvid # Synced to WineStaging-1.9.4
|
||||||
reactos/dll/win32/ieframe # Synced to WineStaging-1.9.4
|
reactos/dll/win32/ieframe # Synced to WineStaging-1.9.4
|
||||||
|
|
Loading…
Reference in a new issue