summaryrefslogtreecommitdiff
path: root/updater/zlib123/contrib/delphi/ZLibConst.pas
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:48:34 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:48:34 +0000
commitd123e0ce94bf90b2adb0a4000930eb467e293226 (patch)
treed414dea59908105c4d2f256199a610e0a69c8690 /updater/zlib123/contrib/delphi/ZLibConst.pas
parenta13e82647294da4add976a24335fec50d7bfe905 (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@16 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/zlib123/contrib/delphi/ZLibConst.pas')
-rw-r--r--updater/zlib123/contrib/delphi/ZLibConst.pas11
1 files changed, 11 insertions, 0 deletions
diff --git a/updater/zlib123/contrib/delphi/ZLibConst.pas b/updater/zlib123/contrib/delphi/ZLibConst.pas
new file mode 100644
index 0000000..9e9fa18
--- /dev/null
+++ b/updater/zlib123/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.