[_mingw.h]

Help compilation with clang. Patch by Amine Khaldi.

svn path=/trunk/; revision=47430
This commit is contained in:
Timo Kreuzer 2010-05-29 21:48:32 +00:00
parent d259616ce4
commit 554237576f

View file

@ -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