[TRAFFIC]

* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56635
This commit is contained in:
Amine Khaldi 2012-05-19 14:57:24 +00:00
parent b5ad78b0c7
commit 9f4e3a2396
3 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -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;
}

View file

@ -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