Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

src: fix windows build error#8893

Closed
chrisdickinson wants to merge 1 commit intov0.12from
fix-zlib-windows
Closed

src: fix windows build error#8893
chrisdickinson wants to merge 1 commit intov0.12from
fix-zlib-windows

Conversation

@chrisdickinson
Copy link
Copy Markdown

Fix a Windows-only build error that was introduced in
commit 1183ba4 ("zlib: support concatenated gzip files").

Rename the NO_ERROR and FAILED enumerations, they conflict
with macros of the same name in <winerror.h>.

PR-URL: https://github.com/node-forward/node/pull/57
Reviewed-By: Fedor Indutny fedor@indutny.com
Reviewed-By: Rod Vagg rod@vagg.org

Fix a Windows-only build error that was introduced in
commit 1183ba4 ("zlib: support concatenated gzip files").

Rename the NO_ERROR and FAILED enumerations, they conflict
with macros of the same name in <winerror.h>.

PR-URL: node-forward/node#57
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
@tjfontaine
Copy link
Copy Markdown

lgtm, aside from changing the pr url and adding me as a reviewer

chrisdickinson pushed a commit that referenced this pull request Dec 17, 2014
Fix a Windows-only build error that was introduced in
commit 1183ba4 ("zlib: support concatenated gzip files").

Rename the NO_ERROR and FAILED enumerations, they conflict
with macros of the same name in <winerror.h>.

PR-URL: #8893
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-by: Timothy J Fontaine <tjfontaine@gmail.com>
@chrisdickinson chrisdickinson deleted the fix-zlib-windows branch December 17, 2014 22:14
@bnoordhuis
Copy link
Copy Markdown
Member

@tjfontaine Can you add a PR-URL tag instead of changing the existing one next time? Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants