repo.or.cz
/
git-build-vc9.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git]
/
zlib
/
contrib
/
delphi
/
ZLibConst.pas
blob
9e9fa18883dac5b05fd1c87683fb6413f0fb4e42
1
unit
ZLibConst
;
2
3
interface
4
5
resourcestring
6
sTargetBufferTooSmall
=
'ZLib error: target buffer may be too small'
;
7
sInvalidStreamOp
=
'Invalid stream operation'
;
8
9
implementation
10
11
end
.