Skip to content

Please consider moving the zlib compatible functions to the miniz.c file and make them not static #348

@ronaaron

Description

@ronaaron

I'm trying to use miniz instead of zlib with a library that expects to link with libz.

You've got "deflate()" etc defined in miniz.h and 'static'. This prevents the other library from seeing the functions, and if I just remove "static" I'll get multiple copies (since I am including miniz.h in more than one place).

Best regards,
Ron

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions