2016-04-06
2016-04-06 15:21:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
c71f4158a651aa18d19e19bf81b976f256775def
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.1
Build [NT]: Adjusted range.
80: Inside #if defined(_MSC_VER)
* MSVC++ 6.0 _MSC_VER == 1200
* MSVC++ 5.0 _MSC_VER == 1100
*/
- #if _MSC_VER < 1900
+ #if _MSC_VER <= 1900
/* VS 2015 or earlier do not have all C99 keywords...
* cf https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
*/