Author: rharabien
Date: Tue Nov 29 19:30:50 2011
New Revision: 54543

URL: http://svn.reactos.org/svn/reactos?rev=54543&view=rev
Log:
[SHLWAPI] - Add a diff file

Added:
    trunk/reactos/dll/win32/shlwapi/shlwapi_ros.diff

Added: trunk/reactos/dll/win32/shlwapi/shlwapi_ros.diff
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shlwapi/shlwapi_ros.diff?rev=54543&view=auto
==============================================================================
--- trunk/reactos/dll/win32/shlwapi/shlwapi_ros.diff (added)
+++ trunk/reactos/dll/win32/shlwapi/shlwapi_ros.diff [iso-8859-1] Tue Nov 29 
19:30:50 2011
@@ -1,0 +1,22 @@
+Index: path.c
+===================================================================
+--- path.c     (working copy)
++++ path.c     (working copy)
+@@ -2186,7 +2186,7 @@
+ {
+   TRACE("(%s)\n",debugstr_a(lpszPath));
+ 
+-  if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
++  if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && 
(lpszPath[2]!='?'))
+     return TRUE;
+   return FALSE;
+ }
+@@ -2200,7 +2200,7 @@
+ {
+   TRACE("(%s)\n",debugstr_w(lpszPath));
+ 
+-  if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\'))
++  if (lpszPath && (lpszPath[0]=='\\') && (lpszPath[1]=='\\') && 
(lpszPath[2]!='?'))
+     return TRUE;
+   return FALSE;
+ }


Reply via email to