From 4b5a43a219d51066c01ff2ab86af18b967f2d0dd Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:22:37 -0700 Subject: zlib 1.2.0.5 --- contrib/delphi/ZLibConst.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/delphi/ZLibConst.pas (limited to 'contrib/delphi/ZLibConst.pas') diff --git a/contrib/delphi/ZLibConst.pas b/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/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-55-g6feb