Cory McWilliams
50e48af7c4
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4205 ed5197a5-7fde-0310-b194-c3ffbd925b24
12 lines
186 B
ObjectPascal
12 lines
186 B
ObjectPascal
unit ZLibConst;
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
|
sInvalidStreamOp = 'Invalid stream operation';
|
|
|
|
implementation
|
|
|
|
end.
|