Преглед на файлове

* renamed ZStream to zstream in the uses clause so it matches the unit's
file name. Solves the problem that zstream's .o file was not installed
in case of
a) compiling on a case-preserving file systems
b) on an OS that is marked as case-sensitive
c) when using the -Fd command line option (so the directory cache
does not emulate the case-sensitive behaviour)

git-svn-id: trunk@14501 -

Jonas Maebe преди 15 години
родител
ревизия
ab60790c73
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/paszlib/src/zipper.pp

+ 1 - 1
packages/paszlib/src/zipper.pp

@@ -21,7 +21,7 @@ Uses
   {$IFDEF UNIX}
    BaseUnix,
   {$ENDIF}
-   SysUtils,Classes,ZStream;
+   SysUtils,Classes,zstream;
 
 
 Const