From ef0a1eb527c1ea34d128e2043a3387dd20b7e500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 3 Jan 2020 19:33:21 +0100 Subject: [PATCH] [CRT] Define _INTEGRAL_MAX_BITS only if it isn't already defined by the compiler. CORE-16555 --- sdk/include/crt/_mingw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/include/crt/_mingw.h b/sdk/include/crt/_mingw.h index 1d79edaff1c..b63e0b3b17a 100644 --- a/sdk/include/crt/_mingw.h +++ b/sdk/include/crt/_mingw.h @@ -7,7 +7,9 @@ #ifndef _INC_MINGW #define _INC_MINGW +#ifndef _INTEGRAL_MAX_BITS #define _INTEGRAL_MAX_BITS 64 +#endif #ifndef MINGW64 #define MINGW64