mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[_mingw.h]
Help compilation with clang. Patch by Amine Khaldi. svn path=/trunk/; revision=47430
This commit is contained in:
parent
d259616ce4
commit
554237576f
1 changed files with 2 additions and 0 deletions
|
@ -157,10 +157,12 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
|
|||
//#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifndef __clang__
|
||||
#define __int8 char
|
||||
#define __int16 short
|
||||
#define __int32 int
|
||||
#define __int64 long long
|
||||
#endif
|
||||
#ifdef _WIN64
|
||||
typedef int __int128 __attribute__ ((mode (TI)));
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue