fix: breakpad use miniz
Some checks failed
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Successful in 1m34s
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Successful in 2m46s
sm-rpc / build (Debug, host.gcc) (push) Failing after 1m28s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Successful in 2m14s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Successful in 2m8s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Successful in 5m35s
sm-rpc / build (Release, host.gcc) (push) Failing after 1m55s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Successful in 7m21s
Some checks failed
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Successful in 1m34s
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Successful in 2m46s
sm-rpc / build (Debug, host.gcc) (push) Failing after 1m28s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Successful in 2m14s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Successful in 2m8s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Successful in 5m35s
sm-rpc / build (Release, host.gcc) (push) Failing after 1m55s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Successful in 7m21s
This commit is contained in:
64
third_party/zlib-ng/win32/zlib.def.in
vendored
Normal file
64
third_party/zlib-ng/win32/zlib.def.in
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
; zlib data compression library
|
||||
EXPORTS
|
||||
; basic functions
|
||||
@ZLIB_SYMBOL_PREFIX@zlibVersion
|
||||
@ZLIB_SYMBOL_PREFIX@deflate
|
||||
@ZLIB_SYMBOL_PREFIX@deflateEnd
|
||||
@ZLIB_SYMBOL_PREFIX@inflate
|
||||
@ZLIB_SYMBOL_PREFIX@inflateEnd
|
||||
; advanced functions
|
||||
@ZLIB_SYMBOL_PREFIX@deflateSetDictionary
|
||||
@ZLIB_SYMBOL_PREFIX@deflateGetDictionary
|
||||
@ZLIB_SYMBOL_PREFIX@deflateCopy
|
||||
@ZLIB_SYMBOL_PREFIX@deflateReset
|
||||
@ZLIB_SYMBOL_PREFIX@deflateParams
|
||||
@ZLIB_SYMBOL_PREFIX@deflateTune
|
||||
@ZLIB_SYMBOL_PREFIX@deflateBound
|
||||
@ZLIB_SYMBOL_PREFIX@deflatePending
|
||||
@ZLIB_SYMBOL_PREFIX@deflatePrime
|
||||
@ZLIB_SYMBOL_PREFIX@deflateSetHeader
|
||||
@ZLIB_SYMBOL_PREFIX@inflateSetDictionary
|
||||
@ZLIB_SYMBOL_PREFIX@inflateGetDictionary
|
||||
@ZLIB_SYMBOL_PREFIX@inflateSync
|
||||
@ZLIB_SYMBOL_PREFIX@inflateCopy
|
||||
@ZLIB_SYMBOL_PREFIX@inflateReset
|
||||
@ZLIB_SYMBOL_PREFIX@inflateReset2
|
||||
@ZLIB_SYMBOL_PREFIX@inflatePrime
|
||||
@ZLIB_SYMBOL_PREFIX@inflateMark
|
||||
@ZLIB_SYMBOL_PREFIX@inflateGetHeader
|
||||
@ZLIB_SYMBOL_PREFIX@inflateBack
|
||||
@ZLIB_SYMBOL_PREFIX@inflateBackEnd
|
||||
@ZLIB_SYMBOL_PREFIX@zlibCompileFlags
|
||||
; utility functions
|
||||
@ZLIB_SYMBOL_PREFIX@compress
|
||||
@ZLIB_SYMBOL_PREFIX@compress2
|
||||
@ZLIB_SYMBOL_PREFIX@compressBound
|
||||
@ZLIB_SYMBOL_PREFIX@uncompress
|
||||
@ZLIB_SYMBOL_PREFIX@uncompress2
|
||||
; large file functions
|
||||
@ZLIB_SYMBOL_PREFIX@adler32_combine64
|
||||
@ZLIB_SYMBOL_PREFIX@crc32_combine64
|
||||
@ZLIB_SYMBOL_PREFIX@crc32_combine_gen64
|
||||
; checksum functions
|
||||
@ZLIB_SYMBOL_PREFIX@adler32
|
||||
@ZLIB_SYMBOL_PREFIX@adler32_z
|
||||
@ZLIB_SYMBOL_PREFIX@crc32
|
||||
@ZLIB_SYMBOL_PREFIX@crc32_z
|
||||
@ZLIB_SYMBOL_PREFIX@adler32_combine
|
||||
@ZLIB_SYMBOL_PREFIX@crc32_combine
|
||||
@ZLIB_SYMBOL_PREFIX@crc32_combine_gen
|
||||
@ZLIB_SYMBOL_PREFIX@crc32_combine_op
|
||||
; various hacks, don't look :)
|
||||
@ZLIB_SYMBOL_PREFIX@deflateInit_
|
||||
@ZLIB_SYMBOL_PREFIX@deflateInit2_
|
||||
@ZLIB_SYMBOL_PREFIX@inflateInit_
|
||||
@ZLIB_SYMBOL_PREFIX@inflateInit2_
|
||||
@ZLIB_SYMBOL_PREFIX@inflateBackInit_
|
||||
@ZLIB_SYMBOL_PREFIX@zError
|
||||
@ZLIB_SYMBOL_PREFIX@inflateSyncPoint
|
||||
@ZLIB_SYMBOL_PREFIX@get_crc_table
|
||||
@ZLIB_SYMBOL_PREFIX@inflateUndermine
|
||||
@ZLIB_SYMBOL_PREFIX@inflateValidate
|
||||
@ZLIB_SYMBOL_PREFIX@inflateCodesUsed
|
||||
@ZLIB_SYMBOL_PREFIX@inflateResetKeep
|
||||
@ZLIB_SYMBOL_PREFIX@deflateResetKeep
|
Reference in New Issue
Block a user