Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inffas32.asm struct/enum binding to zlib 1.2.9 #1

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

CristiFati
Copy link
Owner

zlib 1.2.9 added "z_streamp strm" in "struct inflate_state" in
inflate.h, new offset/binding is required

zlib 1.2.9 started "enum inflate_mode" in inflate.h @ 16180

zlib 1.2.3.4 added 3 values in "enum inflate_mode" in inflate.h

zlib 1.2.2.1 removed GUNZIP condition in "struct inflate_state" in
inflate.h, compilation directive was no longer required

zlib 1.2.9 added "z_streamp strm" in "struct inflate_state" in
inflate.h, new offset/binding is required

zlib 1.2.9 started "enum inflate_mode" in inflate.h @ 16180

zlib 1.2.3.4 added 3 values in "enum inflate_mode" in inflate.h

zlib 1.2.2.1 removed GUNZIP condition in "struct inflate_state" in
inflate.h, compilation directive was no longer required
@CristiFati CristiFati merged commit 4e31d7b into CristiFati:cfati_dev00 Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants