mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
upgrade zlib to 1.3.1
This commit is contained in:
parent
ed717abaf7
commit
8a54622bd7
202 changed files with 55552 additions and 4014 deletions
11
Engine/lib/zlib/contrib/delphi/ZLibConst.pas
Normal file
11
Engine/lib/zlib/contrib/delphi/ZLibConst.pas
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
unit ZLibConst;
|
||||
|
||||
interface
|
||||
|
||||
resourcestring
|
||||
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
||||
sInvalidStreamOp = 'Invalid stream operation';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
Loading…
Add table
Add a link
Reference in a new issue