0
0
Fork 0
mirror of https://git.do.srb2.org/KartKrew/Kart-Public.git synced 2025-01-22 17:22:00 +00:00
Kart-Public/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.