Commit a6164cb4 by Sven Strickroth

Avoid macro redefinition of ENABLE_INTSAFE_SIGNED_FUNCTIONS

Signed-off-by: Sven Strickroth <email@cs-ware.de>
parent b49b8dbe
......@@ -89,7 +89,9 @@ GIT_INLINE(int) git__is_int(int64_t p)
/* Use Microsoft's safe integer handling functions where available */
#elif defined(_MSC_VER)
# if !defined(ENABLE_INTSAFE_SIGNED_FUNCTIONS)
# define ENABLE_INTSAFE_SIGNED_FUNCTIONS
# endif
# include <intsafe.h>
# define git__add_sizet_overflow(out, one, two) \
......
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