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

git-svn-id: trunk@13131 -
This commit is contained in:
marco 2009-05-10 19:54:43 +00:00
parent 448b621ff4
commit 6eeab240ba

View File

@ -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;