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

Fix MinGW-w64 build issues. #8286

Merged
merged 2 commits into from Feb 12, 2021
Merged

Fix MinGW-w64 build issues. #8286

merged 2 commits into from Feb 12, 2021

Commits on Feb 11, 2021

  1. Update coded_stream.h

    Fix for Windows build with MinGW-w64 compiler. Windows is assumed to always be little endian.
    brechtsanders committed Feb 11, 2021
    Copy the full SHA
    ced03bf View commit details
    Browse the repository at this point in the history
  2. Update port_def.inc

    Fix for Windows build with MinGW-w64 compiler which has __has_attribute but has issues with __attribute__((weak)).
    brechtsanders committed Feb 11, 2021
    Copy the full SHA
    ee43c78 View commit details
    Browse the repository at this point in the history