From cbe4f1b4fae72a54e610725d3304fefd37aa4495 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 12 Oct 2008 18:29:36 +0200 Subject: Move zlib to top-level root. --- lib/zlib/contrib/delphi/ZLibConst.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/zlib/contrib/delphi/ZLibConst.pas (limited to 'lib/zlib/contrib/delphi/ZLibConst.pas') diff --git a/lib/zlib/contrib/delphi/ZLibConst.pas b/lib/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000000..cdfe13671d --- /dev/null +++ b/lib/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