mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 15:49:16 +02:00
* FileNameCaseSensitive added for Unix
This commit is contained in:
parent
64e7256587
commit
09ce8e65e9
@ -29,7 +29,13 @@ function _DosError (Error: longint): longint; cdecl;
|
|||||||
{$ENDIF NETWARE}
|
{$ENDIF NETWARE}
|
||||||
|
|
||||||
const
|
const
|
||||||
{$IFNDEF FPC}
|
{$IFDEF FPC}
|
||||||
|
{$IFDEF VER1_0}
|
||||||
|
{$IFDEF UNIX}
|
||||||
|
FileNameCaseSensitive = false;
|
||||||
|
{$ENDIF}
|
||||||
|
{$ENDIF}
|
||||||
|
{$ELSE}
|
||||||
FileNameCaseSensitive = false;
|
FileNameCaseSensitive = false;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$IFDEF UNIX}
|
{$IFDEF UNIX}
|
||||||
|
Loading…
Reference in New Issue
Block a user