mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 20:16:24 +08:00
[CRT] Remove bad define of _int128 in GCC x64
This commit is contained in:
@@ -185,9 +185,6 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
|
||||
#define __int16 short
|
||||
#define __int32 int
|
||||
#define __int64 long long
|
||||
#ifdef _WIN64
|
||||
typedef int __int128 __attribute__ ((mode (TI)));
|
||||
# endif
|
||||
# define __ptr32
|
||||
# define __ptr64
|
||||
# ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user