Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information