Files
workinf_Blender_Wasm/blender-5.2.0/extern/zlib/contrib/delphi/ZLibConst.pas
2026-08-12 04:47:48 -04:00

12 lines
186 B
ObjectPascal

unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.