mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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 __int32 int
|
||||
#define __int64 long long
|
||||
#ifdef _WIN64
|
||||
typedef int __int128 __attribute__ ((mode (TI)));
|
||||
# endif
|
||||
# define __ptr32
|
||||
# define __ptr64
|
||||
# ifdef __cplusplus
|
||||
|
|
Loading…
Reference in a new issue