Commit 821131fd by Edward Thomson

Merge pull request #3477 from linquize/inttypes.h

inttypes.h is built-in header file since MSVC 2013
parents 979a5c12 240a85cf
......@@ -20,7 +20,7 @@
# define GIT_END_DECL /* empty */
#endif
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1800
GIT_BEGIN_DECL
# include "inttypes.h"
GIT_END_DECL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment