mirror of
https://github.com/git/git.git
synced 2026-01-20 07:31:35 +00:00
msvc: do not include inttypes.h
This file is not available in earlier MSVC versions, and it is not necessary to include it with MSVC, anyway. Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
c37ff605d1
commit
91cbf1aef0
@@ -365,6 +365,7 @@ ifeq ($(uname_S),Windows)
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
NO_STRTOUMAX = YesPlease
|
||||
NO_MKDTEMP = YesPlease
|
||||
NO_INTTYPES_H = YesPlease
|
||||
# VS2015 with UCRT claims that snprintf and friends are C99 compliant,
|
||||
# so we don't need this.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user