aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/zlib/contrib/delphi/ZLibConst.pas
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r--gcc-4.4.3/zlib/contrib/delphi/ZLibConst.pas11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc-4.4.3/zlib/contrib/delphi/ZLibConst.pas b/gcc-4.4.3/zlib/contrib/delphi/ZLibConst.pas
new file mode 100644
index 000000000..cdfe13671
--- /dev/null
+++ b/gcc-4.4.3/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.