1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-02 20:28:12 +00:00
simplesshd/zlib/contrib/delphi/ZLibConst.pas

12 lines
186 B
ObjectPascal
Raw Normal View History

2014-12-21 20:03:20 +00:00
unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.