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

Remove #undef MBEDTLS_NET_C from mbedtls_config #1128

Merged
merged 1 commit into from
Jul 15, 2024

Commits on Jul 11, 2024

  1. Remove #undef MBEDTLS_NET_C from mbedtls_config

    This was needed for windows because the `<windows.h>` include in
    `threading_alt.h` broke compilation for `net_sockets.c`.
    
    However, we can instead define `WIN32_LEAN_AND_MEAN` before including
    <windows.h> in `threading_alt.h`, which avoids the issue so we can
    remove this #undef.
    tobil4sk committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2e27e61 View commit details
    Browse the repository at this point in the history