Стартовый пул
This commit is contained in:
25
fwzip/zlib_dll/zlib_d2010.dpr
Normal file
25
fwzip/zlib_dll/zlib_d2010.dpr
Normal file
@@ -0,0 +1,25 @@
|
||||
library zlib_d2010;
|
||||
|
||||
uses
|
||||
ZLib;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
{$IF CompilerVersion < 21}
|
||||
{$MESSAGE FATAL ' <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Delphi 2010 <20> <20><><EFBFBD><EFBFBD> '}
|
||||
{$IFEND}
|
||||
|
||||
exports
|
||||
adler32,
|
||||
deflateInit_,
|
||||
DeflateInit2_,
|
||||
deflate,
|
||||
deflateEnd,
|
||||
inflateInit_,
|
||||
inflateInit2_,
|
||||
inflate,
|
||||
inflateEnd,
|
||||
inflateReset;
|
||||
|
||||
begin
|
||||
end.
|
Reference in New Issue
Block a user