* FileNameCaseSensitive added for Unix

This commit is contained in:
Tomas Hajny 2001-04-10 18:54:02 +00:00
parent 64e7256587
commit 09ce8e65e9

View File

@ -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}