mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
fixed win compilation
git-svn-id: trunk@6644 -
This commit is contained in:
parent
d98fb2e07c
commit
bdd68241d4
@ -2280,7 +2280,7 @@ begin
|
|||||||
end else begin
|
end else begin
|
||||||
{$IFDEF Win32}
|
{$IFDEF Win32}
|
||||||
// PathDelim changed from '/' to '\'
|
// PathDelim changed from '/' to '\'
|
||||||
FileWasAbsolute:=FilenameIsUnixAbsolute(AFileName)
|
FileWasAbsolute:=FilenameIsUnixAbsolute(AFileName);
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
// PathDelim changed from '\' to '/'
|
// PathDelim changed from '\' to '/'
|
||||||
FileWasAbsolute:=FilenameIsWinAbsolute(AFileName);
|
FileWasAbsolute:=FilenameIsWinAbsolute(AFileName);
|
||||||
@ -3170,6 +3170,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.179 2005/01/20 13:10:58 mattias
|
||||||
|
fixed win compilation
|
||||||
|
|
||||||
Revision 1.178 2005/01/20 11:37:24 mattias
|
Revision 1.178 2005/01/20 11:37:24 mattias
|
||||||
fixed Escape key in dialogs: run params, new, compiler opts
|
fixed Escape key in dialogs: run params, new, compiler opts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user