net.c now depends on select() unconditionally

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-14 18:58:17 +02:00
parent a63bc94a2d
commit d4f04dba42
6 changed files with 5 additions and 27 deletions

View file

@ -115,7 +115,7 @@ Default behavior changes
Requirement changes
* The minimum MSVC version required is now 2010 (better C99 support).
* The NET layer now unconditionnaly relies on getaddrinfo().
* The NET layer now unconditionnaly relies on getaddrinfo() and select().
* Compiler is required to support C99 types such as long long and uint32_t.
API changes from the 1.4 preview branch