1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-02 12:18:14 +00:00
simplesshd/zlib/contrib/delphi/ZLibConst.pas
2014-12-21 15:03:20 -05:00

12 lines
186 B
ObjectPascal

unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.