17 lines
366 B
ObjectPascal
17 lines
366 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit FWZipLCL;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
FWZipConsts, FWZipCrc32, FWZipCrypt, FWZipModifier, FWZipReader,
|
|
FWZipStream, FWZipUtils, FWZipWriter, FWZipZLib, FWZipZLibFPC;
|
|
|
|
implementation
|
|
|
|
end.
|