mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 07:49:35 +01:00
* FExpand omission fixed
This commit is contained in:
parent
cd6847e499
commit
3005bc8b7b
@ -2134,6 +2134,7 @@ function FExpand (const Path: PathStr): PathStr;
|
|||||||
|
|
||||||
const
|
const
|
||||||
LFNSupport = true;
|
LFNSupport = true;
|
||||||
|
FileNameCaseSensitive = true;
|
||||||
|
|
||||||
{$I fexpand.inc}
|
{$I fexpand.inc}
|
||||||
|
|
||||||
@ -2840,7 +2841,10 @@ End.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* universal FExpand
|
||||||
|
|
||||||
Revision 1.2 2001/01/22 07:25:10 marco
|
Revision 1.2 2001/01/22 07:25:10 marco
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user