diff options
Diffstat (limited to 'tcl8.6/compat/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r-- | tcl8.6/compat/zlib/contrib/delphi/ZLibConst.pas | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl8.6/compat/zlib/contrib/delphi/ZLibConst.pas b/tcl8.6/compat/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/tcl8.6/compat/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. |