summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/contrib/delphi/ZLibConst.pas
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-01-10 11:51:23 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-01-10 11:51:23 +0100
commit31251f6c097fa1314f7bc63fefd2d01a16b2556f (patch)
treeef86b2a97191f1a4998da770348f4b4504f21ab2 /3rdparty/zlib/contrib/delphi/ZLibConst.pas
parentfb5c15108211d74659a24b4c3158a2958b52df23 (diff)
Added integral version of zlib in 3rdparty folder (nw)
Diffstat (limited to '3rdparty/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r--3rdparty/zlib/contrib/delphi/ZLibConst.pas11
1 files changed, 11 insertions, 0 deletions
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.