[CRT] Define _INTEGRAL_MAX_BITS only if it isn't already defined by the compiler. CORE-16555

This commit is contained in:
Hermès Bélusca-Maïto 2020-01-03 19:33:21 +01:00
parent ef2e1871b1
commit ef0a1eb527
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -7,7 +7,9 @@
#ifndef _INC_MINGW
#define _INC_MINGW
#ifndef _INTEGRAL_MAX_BITS
#define _INTEGRAL_MAX_BITS 64
#endif
#ifndef MINGW64
#define MINGW64