From 31251f6c097fa1314f7bc63fefd2d01a16b2556f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 10 Jan 2015 11:51:23 +0100 Subject: Added integral version of zlib in 3rdparty folder (nw) --- 3rdparty/zlib/contrib/delphi/ZLibConst.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3rdparty/zlib/contrib/delphi/ZLibConst.pas (limited to '3rdparty/zlib/contrib/delphi/ZLibConst.pas') diff --git a/3rdparty/zlib/contrib/delphi/ZLibConst.pas b/3rdparty/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 00000000000..cdfe13671d3 --- /dev/null +++ b/3rdparty/zlib/contrib/delphi/ZLibConst.pas @@ -0,0 +1,11 @@ +unit ZLibConst; + +interface + +resourcestring + sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; + sInvalidStreamOp = 'Invalid stream operation'; + +implementation + +end. -- cgit v1.2.3-70-g09d2