diff options
Diffstat (limited to 'contrib/delphi/ZLibConst.pas')
-rw-r--r-- | contrib/delphi/ZLibConst.pas | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/delphi/ZLibConst.pas b/contrib/delphi/ZLibConst.pas new file mode 100644 index 0000000..cdfe136 --- /dev/null +++ b/contrib/delphi/ZLibConst.pas | |||
@@ -0,0 +1,11 @@ | |||
1 | unit ZLibConst; | ||
2 | |||
3 | interface | ||
4 | |||
5 | resourcestring | ||
6 | sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; | ||
7 | sInvalidStreamOp = 'Invalid stream operation'; | ||
8 | |||
9 | implementation | ||
10 | |||
11 | end. | ||