diff options
author | Aki <please@ignore.pl> | 2021-09-29 21:52:57 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 21:52:57 +0200 |
commit | 86684427ef55fdad89bccf6afb3de8085ae4580a (patch) | |
tree | beae38abc6a89c6388407f5eab60c1bd6ebdc1d1 /zlib/contrib/delphi/ZLibConst.pas | |
parent | 6ebfc6e07d5c4fc701ce522391616550d197881a (diff) | |
parent | 07162fa301835387e4da4278326ec1ff45d1dc3e (diff) | |
download | starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.zip starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.tar.gz starshatter-86684427ef55fdad89bccf6afb3de8085ae4580a.tar.bz2 |
Merge commit '07162fa301835387e4da4278326ec1ff45d1dc3e' as 'zlib'
Diffstat (limited to 'zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r-- | zlib/contrib/delphi/ZLibConst.pas | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/zlib/contrib/delphi/ZLibConst.pas b/zlib/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/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. |