Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.1
/
zlib
/
66c3fba73ba63d5445ddc2c57044f5bd0e7f72f8
/
.
/
zlib-1.2.6
/
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
.