Browse Source

* FileNameCaseSensitive added for Unix

Tomas Hajny 24 years ago
parent
commit
09ce8e65e9
1 changed files with 7 additions and 1 deletions
  1. 7 1
      tests/test/tfexpand.pp

+ 7 - 1
tests/test/tfexpand.pp

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