mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:53:05 +00:00
[TRAFFIC]
* Sync to Wine 1.5.4. svn path=/trunk/; revision=56635
This commit is contained in:
parent
b5ad78b0c7
commit
9f4e3a2396
3 changed files with 11 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
@ stub TcCloseInterface
|
@ stub TcCloseInterface
|
||||||
@ stub TcDeleteFilter
|
@ stub TcDeleteFilter
|
||||||
@ stub TcDeleteFlow
|
@ stub TcDeleteFlow
|
||||||
@ stub TcDeregisterClient
|
@ stdcall TcDeregisterClient(ptr)
|
||||||
@ stub TcEnumerateFlows
|
@ stub TcEnumerateFlows
|
||||||
@ stub TcEnumerateInterfaces
|
@ stub TcEnumerateInterfaces
|
||||||
@ stub TcGetFlowNameA
|
@ stub TcGetFlowNameA
|
||||||
|
|
|
@ -54,3 +54,12 @@ ULONG WINAPI TcRegisterClient(ULONG version, HANDLE context,
|
||||||
if(buffer) *buffer = INVALID_HANDLE_VALUE;
|
if(buffer) *buffer = INVALID_HANDLE_VALUE;
|
||||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*****************************************************************************
|
||||||
|
* TcDeregisterClient [TRAFFIC.@]
|
||||||
|
*/
|
||||||
|
ULONG WINAPI TcDeregisterClient(HANDLE ClientHandle)
|
||||||
|
{
|
||||||
|
FIXME("%p: stub\n", ClientHandle);
|
||||||
|
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
|
@ -163,7 +163,7 @@ reactos/dll/win32/stdole32.tlb # Synced to Wine-1.3.37
|
||||||
reactos/dll/win32/sti # Synced to Wine-1.5.4
|
reactos/dll/win32/sti # Synced to Wine-1.5.4
|
||||||
reactos/dll/win32/sxs # Synced to Wine-1.5.4
|
reactos/dll/win32/sxs # Synced to Wine-1.5.4
|
||||||
reactos/dll/win32/tapi32 # Autosync
|
reactos/dll/win32/tapi32 # Autosync
|
||||||
reactos/dll/win32/traffic # Autosync
|
reactos/dll/win32/traffic # Synced to Wine-1.5.4
|
||||||
reactos/dll/win32/twain_32 # Out of sync
|
reactos/dll/win32/twain_32 # Out of sync
|
||||||
reactos/dll/win32/updspapi # Synced to Wine-1.3.37
|
reactos/dll/win32/updspapi # Synced to Wine-1.3.37
|
||||||
reactos/dll/win32/url # Autosync
|
reactos/dll/win32/url # Autosync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue