git-svn-id: trunk@13131 -
@@ -130,9 +130,11 @@ begin
{$endif win32}
s[i]:='/';
{$ifdef win32}
+{$ifndef USE_MINGW_GDB}
{ for win32 we should convert e:\ into //e/ PM }
if (length(s)>2) and (s[2]=':') and (s[3]='/') then
s:=CygDrivePrefix+'/'+s[1]+copy(s,3,length(s));
+{$endif USE_MINGW_GDB}
end;