From 2bd3c80e7c30371e2d412b463f758d95bcefd6bc Mon Sep 17 00:00:00 2001 From: Dmitry Lobanov Date: Mon, 30 Aug 2021 11:41:11 +0300 Subject: include: stdint header condition has been reverted. --- include/git2/stdint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/git2/stdint.h') diff --git a/include/git2/stdint.h b/include/git2/stdint.h index c66fbb817..6950427d2 100644 --- a/include/git2/stdint.h +++ b/include/git2/stdint.h @@ -29,9 +29,7 @@ // /////////////////////////////////////////////////////////////////////////////// -#ifndef _MSC_VER // [ -#error "Use this header only with Microsoft Visual C++ compilers!" -#endif // _MSC_VER ] +#ifdef _MSC_VER // [ #ifndef _MSC_STDINT_H_ // [ #define _MSC_STDINT_H_ @@ -245,3 +243,5 @@ typedef uint64_t uintmax_t; #endif // _MSC_STDINT_H_ ] + +#endif // _MSC_VER ] \ No newline at end of file -- cgit v1.2.1