From b2f3f5217a0e9833479367bc3ebbb7926819b71b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 18 Dec 2013 22:07:51 -0800 Subject: Adding zlib for Visual Studio. --- win32/zlib/contrib/delphi/ZLibConst.pas | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 win32/zlib/contrib/delphi/ZLibConst.pas (limited to 'win32/zlib/contrib/delphi/ZLibConst.pas') diff --git a/win32/zlib/contrib/delphi/ZLibConst.pas b/win32/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/win32/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