mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-15 08:06:04 +02:00
* FExpand omission fixed
This commit is contained in:
parent
cd6847e499
commit
3005bc8b7b
@ -2134,6 +2134,7 @@ function FExpand (const Path: PathStr): PathStr;
|
||||
|
||||
const
|
||||
LFNSupport = true;
|
||||
FileNameCaseSensitive = true;
|
||||
|
||||
{$I fexpand.inc}
|
||||
|
||||
@ -2840,7 +2841,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2001-03-16 20:09:58 hajny
|
||||
Revision 1.4 2001-03-17 16:04:37 hajny
|
||||
* FExpand omission fixed
|
||||
|
||||
Revision 1.3 2001/03/16 20:09:58 hajny
|
||||
* universal FExpand
|
||||
|
||||
Revision 1.2 2001/01/22 07:25:10 marco
|
||||
|
Loading…
Reference in New Issue
Block a user