Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/delphi/ZLibConst.pas @ 74:2f2b27544483
Rebuild win32 Opus using mingw 5 rather than 7 to avoid runtime incompatibility
author | Chris Cannam |
---|---|
date | Wed, 30 Jan 2019 10:30:56 +0000 |
parents | 5ea0608b923f |
children |
line wrap: on
line source
unit ZLibConst; interface resourcestring sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; sInvalidStreamOp = 'Invalid stream operation'; implementation end.