commit | ab22910191bfbc2bd450e4e168254cae61c473d0 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 15 11:53:16 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 15 11:58:31 2015 +0200 |
tree | 3935efc86831289da9a7ac77b8cb687f3f9be9ec | |
parent | b85725c9589c264ba8a8ab43bafedfd79f0210b6 [diff] [blame] |
Just use stdint.h even with MSVC
diff --git a/ChangeLog b/ChangeLog index d3ce7e4..81bb3b6 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -61,6 +61,7 @@ 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.