fixed win32 include file search

git-svn-id: trunk@4743 -
This commit is contained in:
mattias 2003-10-30 20:45:30 +00:00
parent c03345925a
commit 83528f4e25

View File

@ -2384,7 +2384,7 @@ begin
while PathEnd<=length(IncludePath) do begin
if ((Pos(IncludePath[PathEnd],PathDivider))>0)
{$IFDEF win32}
and (not ((PathEnd-PathStart=2) // ignore colon in drive
and (not ((PathEnd-PathStart=1) // ignore colon in drive
and (IncludePath[PathEnd]=':')
and (IsWordChar[IncludePath[PathEnd-1]])))
{$ENDIF}