]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - zlib/contrib/delphi/ZLibConst.pas
Imported gcc-4.4.3
[msp430-gcc.git] / zlib / contrib / delphi / ZLibConst.pas
diff --git a/zlib/contrib/delphi/ZLibConst.pas b/zlib/contrib/delphi/ZLibConst.pas
new file mode 100644 (file)
index 0000000..cdfe136
--- /dev/null
@@ -0,0 +1,11 @@
+unit ZLibConst;
+
+interface
+
+resourcestring
+  sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
+  sInvalidStreamOp = 'Invalid stream operation';
+
+implementation
+
+end.