mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[CRT] Remove bad define of _int128 in GCC x64
This commit is contained in:
parent
d0b46c6c43
commit
de647b4155
1 changed files with 0 additions and 3 deletions
|
@ -185,9 +185,6 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
|
||||||
#define __int16 short
|
#define __int16 short
|
||||||
#define __int32 int
|
#define __int32 int
|
||||||
#define __int64 long long
|
#define __int64 long long
|
||||||
#ifdef _WIN64
|
|
||||||
typedef int __int128 __attribute__ ((mode (TI)));
|
|
||||||
# endif
|
|
||||||
# define __ptr32
|
# define __ptr32
|
||||||
# define __ptr64
|
# define __ptr64
|
||||||
# ifdef __cplusplus
|
# ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in a new issue