Define SIZE_MAX for MSVC, part of bug #14409.
nt/inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define.
This commit is contained in:
parent
49b45d5c7c
commit
721c9e8a68
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2013-05-16 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define. (Bug#14409)
|
||||
|
||||
* msysconfig.sh: New file.
|
||||
|
||||
* mingw-cfg.site: New file.
|
||||
|
|
|
@ -65,6 +65,7 @@ typedef unsigned int uint32_t;
|
|||
|
||||
#define PTRDIFF_MAX INTPTR_MAX
|
||||
#define PTRDIFF_MIN INTPTR_MIN
|
||||
#define SIZE_MAX UINTPTR_MAX
|
||||
|
||||
#endif /* !__GNUC__ */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue