You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
359 B
9 lines
359 B
/* This header contains compatibility defines for the original tinf API
|
|
and uzlib 2.x and below API. These defines are deprecated and going
|
|
to be removed in the future, so applications should migrate to new
|
|
uzlib API. */
|
|
#define TINF_DATA struct uzlib_uncomp
|
|
|
|
#define destSize dest_size
|
|
#define destStart dest_start
|
|
#define readSource source_read_cb
|
|
|