From 5ca28f792883afb409ae145666fc3662c3a3aed5 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <hjl.tools@gmail.com> Date: Fri, 13 Mar 2015 10:40:33 -0700 Subject: Import zlib from GCC --- zlib/contrib/delphi/ZLibConst.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zlib/contrib/delphi/ZLibConst.pas (limited to 'zlib/contrib/delphi/ZLibConst.pas') diff --git a/zlib/contrib/delphi/ZLibConst.pas b/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/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.1