https://git.reactos.org/?p=reactos.git;a=commitdiff;h=de647b4155c5af6c96f52c...
commit de647b4155c5af6c96f52c0162d3d8545a4a25ce Author: Hervé Poussineau hpoussin@reactos.org AuthorDate: Tue Dec 29 18:11:24 2020 +0100 Commit: Hervé Poussineau hpoussin@reactos.org CommitDate: Tue Jan 5 14:19:45 2021 +0100
[CRT] Remove bad define of _int128 in GCC x64 --- sdk/include/crt/_mingw.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/sdk/include/crt/_mingw.h b/sdk/include/crt/_mingw.h index a0da23de0f2..99030d543e4 100644 --- a/sdk/include/crt/_mingw.h +++ b/sdk/include/crt/_mingw.h @@ -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