[TRAFFIC]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 19 May 2012 14:57:24 +0000 (14:57 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 19 May 2012 14:57:24 +0000 (14:57 +0000)
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56635

reactos/dll/win32/traffic/traffic.spec
reactos/dll/win32/traffic/traffic_main.c
reactos/media/doc/README.WINE

index 4638af3..ad4bce0 100644 (file)
@@ -4,7 +4,7 @@
 @ stub TcCloseInterface
 @ stub TcDeleteFilter
 @ stub TcDeleteFlow
 @ stub TcCloseInterface
 @ stub TcDeleteFilter
 @ stub TcDeleteFlow
-@ stub TcDeregisterClient
+@ stdcall TcDeregisterClient(ptr)
 @ stub TcEnumerateFlows
 @ stub TcEnumerateInterfaces
 @ stub TcGetFlowNameA
 @ stub TcEnumerateFlows
 @ stub TcEnumerateInterfaces
 @ stub TcGetFlowNameA
index 6efea89..6b8a975 100644 (file)
@@ -54,3 +54,12 @@ ULONG WINAPI TcRegisterClient(ULONG version, HANDLE context,
     if(buffer) *buffer = INVALID_HANDLE_VALUE;
     return ERROR_CALL_NOT_IMPLEMENTED;
 }
     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;
+}
index 2c76184..3060cd8 100644 (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/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
 reactos/dll/win32/twain_32        # Out of sync
 reactos/dll/win32/updspapi        # Synced to Wine-1.3.37
 reactos/dll/win32/url             # Autosync