Make sure that __int64/long long types in crt don't produce warnings in ISO-C/C++ mode.

svn path=/branches/header-work/; revision=45722
This commit is contained in:
Kai Tietz 2010-02-28 09:37:57 +00:00
parent 98cde9a0b4
commit fd0d53d19d
14 changed files with 136 additions and 136 deletions

View file

@ -148,7 +148,7 @@ _TYPE_wchar_t;
#endif
#ifndef _PTRDIFF_T_DEFINED
#define _PTRDIFF_T_DEFINED
typedef __PTRDIFF_TYPE__ ptrdiff_t;
__MINGW_EXTENSION typedef __PTRDIFF_TYPE__ ptrdiff_t;
#endif
#endif /* _GCC_PTRDIFF_T */
#endif /* ___int_ptrdiff_t_h */
@ -215,7 +215,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
#endif
#endif
#if !(defined (__GNUG__) && defined (size_t))
typedef __SIZE_TYPE__ size_t;
__MINGW_EXTENSION typedef __SIZE_TYPE__ size_t;
#ifdef __BEOS__
typedef long ssize_t;
#endif /* __BEOS__ */