mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +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}
|
||||
|
||||
const
|
||||
{$IFNDEF FPC}
|
||||
{$IFDEF FPC}
|
||||
{$IFDEF VER1_0}
|
||||
{$IFDEF UNIX}
|
||||
FileNameCaseSensitive = false;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
{$ELSE}
|
||||
FileNameCaseSensitive = false;
|
||||
{$ENDIF}
|
||||
{$IFDEF UNIX}
|
||||
|
Loading…
Reference in New Issue
Block a user