mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 17:24:59 +00:00
Merge pull request #3477 from linquize/inttypes.h
inttypes.h is built-in header file since MSVC 2013
This commit is contained in:
commit
821131fdae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user