MSVC: use shipped headers instead of fallback definitions
authorSven Strickroth <sven@cs-ware.de>
Wed, 30 Mar 2016 11:37:36 +0000 (13:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Mar 2016 18:16:20 +0000 (11:16 -0700)
VS2010 comes with stdint.h [1]
VS2013 comes with inttypes.h [2]

[1] https://stackoverflow.com/a/2628014/3906760
[2] https://blogs.msdn.microsoft.com/vcblog/2013/07/19/c99-library-support-in-visual-studio-2013/

Signed-off-by: Sven Strickroth <sven@cs-ware.de>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Acked-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found