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.h (#292)
This was needed for windows because the `<windows.h>` include in `threading_alt.h` broke compilation for `net_sockets.c`. See: 888a4b5#diff-979457dd66ad2cbc13093859faaa000ccbc1ad4d24a135f4d6a367a99c13071dR22-R23 However, now that the `WIN32_LEAN_AND_MEAN` define has been added to `threading_alt.h`, this avoids the issue so we can remove this #undef.
- Loading branch information