Prepare to update zlib to 1.2.12

This commit is contained in:
Miku AuahDark
2022-08-25 18:35:13 +08:00
parent 65e6adcbd1
commit 2f06b85a2c
253 changed files with 0 additions and 0 deletions
@@ -0,0 +1,11 @@
unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.