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

tools: fix master branch build for Windows on Arm #33511

Closed

Commits on May 28, 2020

  1. tools: fix GetCurrentThreadStackLimits error on Windows on Arm

    GetCurrentThreadStackLimits is a fairly new API, so it requires a
    _WIN32_WINNT value of at least 0x0602 to compile successfully.
    
    Change-Id: Ib3bc24513453aa37bee68f4a6999cefc26947cb1
    richard-townsend-arm committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1336924 View commit details
    Browse the repository at this point in the history
  2. fix: zlib build error on Windows on Arm

    Zlib's SIMD optimizations are not supported in MSVC, so fall back to the
    C versions for now.
    
    Change-Id: I011134f5680719e8fc246b8c660ececf0c596fd8
    richard-townsend-arm committed May 28, 2020
    Configuration menu
    Copy the full SHA
    7725262 View commit details
    Browse the repository at this point in the history