mirror of
https://github.com/google/brotli.git
synced 2026-09-24 23:56:16 +00:00
[PR #391] Move public headers to the "include" directory and expose them. #1001
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/391
State: closed
Merged: No
Public headers are now available via:
The exposure of "types.h" (which is only useful for MSVC builds) is
a bit unfortunate, but this change would be much bigger without it.
Makefile tested with "make test", BUILD file tested with ngx_brotli,
setup.py tested with "python setup.py build_ext test", premake5.lua
is broken, but it was broken before this change.