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 also defines __GNUC__. #3195

Closed
wants to merge 1 commit into from
Closed

MinGW also defines __GNUC__. #3195

wants to merge 1 commit into from

Commits on Jan 29, 2021

  1. MinGW also defines __GNUC__.

    `POCO_COMPILER_MINGW` is never defined because MinGW also defines `__GNUC__`. The solution is to either check for `__MINGW32__`/`__MINGW64__` before GCC but then `POCO_COMPILER_GCC` is not defined. Or duplicate the MinGW branch inside the GCC branch since they would be interchangeable.
    iSLC authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ccb3b3f View commit details
    Browse the repository at this point in the history