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

Do not use _MSC_VER if windows #4678

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

stephanlachnit
Copy link
Contributor

This fixes several instances where _MSC_VER was used to determine whether to use afunix.h or not. For example, MinGW requires the use of afunix.h but does not define _MSC_VER. The correct behavior is checking ZMQ_HAVE_WINDOWS.

This fixes several instances where _MSC_VER was used to determine whether to use afunix.h or not. For example, MinGW requires the use of afunix.h but does not define _MSC_VER. The correct behavior is checking ZMQ_HAVE_WINDOWS.

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
@bluca bluca merged commit aa885c5 into zeromq:master Apr 23, 2024
22 checks passed
@stephanlachnit stephanlachnit deleted the p-fix-afunix-h-detection branch April 23, 2024 20:20
@stephanlachnit
Copy link
Contributor Author

@bluca would it be possible to create a 4.3.6 release with this change?

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.

None yet

2 participants