2
0
Эх сурвалжийг харах

* preparation for mingw debug info, Mantis 11968 as researched by Mario Mahardhika

git-svn-id: trunk@13131 -
marco 16 жил өмнө
parent
commit
6eeab240ba

+ 2 - 0
packages/gdbint/src/gdbcon.pp

@@ -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}
 {$endif win32}
 end;