1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-20 00:54:48 +00:00
qb64/internal/c/parts/zlib-1.2.11/download/contrib/delphi/ZLibConst.pas

12 lines
186 B
ObjectPascal
Raw Normal View History

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