[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
+1 -1
View File
@@ -4,7 +4,7 @@
@ stub TcCloseInterface
@ stub TcDeleteFilter
@ stub TcDeleteFlow
@ stub TcDeregisterClient
@ stdcall TcDeregisterClient(ptr)
@ stub TcEnumerateFlows
@ stub TcEnumerateInterfaces
@ stub TcGetFlowNameA
+9
View File
@@ -54,3 +54,12 @@ ULONG WINAPI TcRegisterClient(ULONG version, HANDLE context,
if(buffer) *buffer = INVALID_HANDLE_VALUE;
return ERROR_CALL_NOT_IMPLEMENTED;
}
/*****************************************************************************
* TcDeregisterClient [TRAFFIC.@]
*/
ULONG WINAPI TcDeregisterClient(HANDLE ClientHandle)
{
FIXME("%p: stub\n", ClientHandle);
return ERROR_CALL_NOT_IMPLEMENTED;
}
+1 -1
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/sxs # Synced to Wine-1.5.4
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/updspapi # Synced to Wine-1.3.37
reactos/dll/win32/url # Autosync