mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:36:21 +00:00
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:
parent
98cde9a0b4
commit
fd0d53d19d
14 changed files with 136 additions and 136 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue