mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CRT] Define _INTEGRAL_MAX_BITS only if it isn't already defined by the compiler. CORE-16555
This commit is contained in:
parent
ef2e1871b1
commit
ef0a1eb527
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@
|
|||
#ifndef _INC_MINGW
|
||||
#define _INC_MINGW
|
||||
|
||||
#ifndef _INTEGRAL_MAX_BITS
|
||||
#define _INTEGRAL_MAX_BITS 64
|
||||
#endif
|
||||
|
||||
#ifndef MINGW64
|
||||
#define MINGW64
|
||||
|
|
Loading…
Reference in a new issue