https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ef0a1eb527c1ea34d128e2043a3387dd20b7e500

commit ef0a1eb527c1ea34d128e2043a3387dd20b7e500
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Fri Jan 3 19:33:21 2020 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Fri Jan 3 19:33:21 2020 +0100

    [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

Reply via email to