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

MinGW compatibility #36

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

MinGW compatibility #36

wants to merge 3 commits into from

Conversation

starius
Copy link
Contributor

@starius starius commented Aug 30, 2016

Most of ifdef WIN32 code in hyperscan tree is compatible with non-MinGW compilers on Windows (e.g., Visual Studio).

This patch is needed to build hyperscan in MXE.

Add macro NATIVE_WIN32 = Windows && !MinGW.
Replace _WIN32 with NATIVE_WIN32 where it failed.
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.

1 participant