Refresh 64-bit headers/libs (WW22)

Change-Id: Ic49750508a4c825e6ac222d8cd417e71dae53cbd
This commit is contained in:
Andrew Hsieh
2014-05-30 23:21:02 +08:00
parent 479cf9ff66
commit 727ac63f0a
27 changed files with 14 additions and 13 deletions

View File

@@ -180,6 +180,7 @@ typedef int64_t intmax_t;
#define INT_FAST32_MAX INT32_MAX
#define UINT32_MAX (4294967295U)
#define UINT32_MIN (0)
#define UINT_LEAST32_MAX UINT32_MAX
#define UINT_FAST32_MAX UINT32_MAX