mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[HEADERS/CRT]
* We don't need this guard anymore. svn path=/trunk/; revision=53918
This commit is contained in:
parent
a817cca680
commit
ac527f3889
1 changed files with 0 additions and 2 deletions
|
@ -163,12 +163,10 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
|
||||||
//#endif
|
//#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#ifndef __clang__
|
|
||||||
#define __int8 char
|
#define __int8 char
|
||||||
#define __int16 short
|
#define __int16 short
|
||||||
#define __int32 int
|
#define __int32 int
|
||||||
#define __int64 long long
|
#define __int64 long long
|
||||||
#endif
|
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
typedef int __int128 __attribute__ ((mode (TI)));
|
typedef int __int128 __attribute__ ((mode (TI)));
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue