mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
[CRT] Define _INTEGRAL_MAX_BITS only if it isn't already defined by the compiler. CORE-16555
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
#ifndef _INC_MINGW
|
||||
#define _INC_MINGW
|
||||
|
||||
#ifndef _INTEGRAL_MAX_BITS
|
||||
#define _INTEGRAL_MAX_BITS 64
|
||||
#endif
|
||||
|
||||
#ifndef MINGW64
|
||||
#define MINGW64
|
||||
|
||||
Reference in New Issue
Block a user