Sign in
gnu
/
binutils-gdb
/
01e43c20bb7f8bf7a8ba4d416dca62d1ad7d3a7b
/
.
/
zlib
/
contrib
/
delphi
/
ZLibConst.pas
blob: cdfe13671d354465f5054630720a1d2b6c02ce79 [
file
] [
log
] [
blame
]
unit
ZLibConst
;
interface
resourcestring
sTargetBufferTooSmall
=
'ZLib error: target buffer may be too small'
;
sInvalidStreamOp
=
'Invalid stream operation'
;
implementation
end
.