Am 09.05.2014 03:57, schrieb hbelusca(a)svn.reactos.org:
  Author: hbelusca
 Date: Fri May  9 01:57:43 2014
 New Revision: 63202
 URL: 
http://svn.reactos.org/svn/reactos?rev=63202&view=rev
 Log:
 [RPCRT4]
 Detect whether we are connecting to a pipe on the local machine and use the \\.\ prefix
instead of the full machine name.
 This patch modifies ReactOS-specific code (that was introduced by Eric in revision 53630)
(Wine still supports only local pipes), so I also update our rpcrt4_ros.diff file
accordingly, r63201 with respect to the latest Wine 1.7.17 rpcrt4 code. 
 
  Modified:
trunk/reactos/dll/win32/rpcrt4/rpcrt4_ros.diff
 URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/rpcrt4_ro…
 ==============================================================================
 [...]
 +diff -prudN .\wine\dlls\rpcrt4/msvc.S .\reactos\dll\win32\rpcrt4/msvc.S
 +--- .\wine\dlls\rpcrt4/msvc.S 1970-01-01 01:00:00.000000000 +0100
 ++++ .\reactos\dll\win32\rpcrt4/msvc.S 2012-02-14 21:27:35.943001900 +0100
 +@@ -0,0 +1,146 @@
 +diff -prudN .\wine\dlls\rpcrt4/precomp.h .\reactos\dll\win32\rpcrt4/precomp.h
 +--- .\wine\dlls\rpcrt4/precomp.h      1970-01-01 01:00:00.000000000 +0100
 ++++ .\reactos\dll\win32\rpcrt4/precomp.h      2014-03-14 01:43:22.357516600 +0100
 +diff -prudN .\wine\dlls\rpcrt4/unix_func.c .\reactos\dll\win32\rpcrt4/unix_func.c
 +--- .\wine\dlls\rpcrt4/unix_func.c    1970-01-01 01:00:00.000000000 +0100
 ++++ .\reactos\dll\win32\rpcrt4/unix_func.c    2013-01-25 00:19:53.278052800 +0100
Why add these to the diff?