mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
* one more define added for shared fexpand (still conditional)
This commit is contained in:
parent
bb4fa3dcf0
commit
027bbcd67f
@ -792,6 +792,7 @@ End;
|
||||
|
||||
{$DEFINE FPC_FEXPAND_VOLUMES}
|
||||
{$DEFINE FPC_FEXPAND_NO_DEFAULT_PATHS}
|
||||
{$DEFINE FPC_FEXPAND_DRIVESEP_IS_ROOT}
|
||||
|
||||
{ TODO A lot of issues before this works}
|
||||
|
||||
@ -799,6 +800,8 @@ End;
|
||||
|
||||
{$UNDEF FPC_FEXPAND_VOLUMES}
|
||||
{$UNDEF FPC_FEXPAND_NO_DEFAULT_PATHS}
|
||||
{$UNDEF FPC_FEXPAND_DRIVESEP_IS_ROOT}
|
||||
|
||||
|
||||
|
||||
{$ELSE}
|
||||
|
Loading…
Reference in New Issue
Block a user