Built SDL2_image and _mixer static
This commit is contained in:
11
libsdl2_image/external/zlib-1.2.11/contrib/delphi/ZLibConst.pas
vendored
Normal file
11
libsdl2_image/external/zlib-1.2.11/contrib/delphi/ZLibConst.pas
vendored
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.
|
Reference in New Issue
Block a user