Skip to content

Commit

Permalink
Update zlib declarations for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Jan 9, 2024
1 parent cbe001b commit 5f567ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/boost/http_proto/service/zlib_service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct deflate_decoder_service
{
struct config : decoder_config
{
BOOST_HTTP_PROTO_ZLIB_DECL
void
install(context& ctx);
};
Expand Down
1 change: 1 addition & 0 deletions src_zlib/service/zlib_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ struct

} // detail

BOOST_HTTP_PROTO_ZLIB_DECL
void
deflate_decoder_service::
config::
Expand Down

0 comments on commit 5f567ed

Please sign in to comment.