Just use stdint.h even with MSVC

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-15 11:53:16 +02:00
parent b85725c958
commit ab22910191
17 changed files with 16 additions and 114 deletions

View File

@@ -61,6 +61,7 @@ Default behavior changes
custom config.h
Changes
* The minimum MSVC version required is now 2010 (better C99 support).
* The NET layer now unconditionnaly relies on getaddrinfo().
* Remove test program o_p_test, the script compat.sh does more.
* Remove test program ssl_test, superseded by ssl-opt.sh.