0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2024-12-31 23:11:02 +00:00
SRB2/libs/zlib/contrib/delphi/ZLibConst.pas

12 lines
186 B
ObjectPascal
Raw Normal View History

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