Merge "There is no _MIN for unsigned types." into lmp-dev

This commit is contained in:
Dan Albert 2014-07-29 22:42:15 +00:00 committed by Android (Google) Code Review
commit 9379ce694d

View File

@ -203,7 +203,7 @@ typedef int64_t intmax_t;
#if defined(__WINT_UNSIGNED__)
# define WINT_MAX UINT32_MAX
# define WINT_MIN UINT32_MIN
# define WINT_MIN 0
#else
# define WINT_MAX INT32_MAX
# define WINT_MIN INT32_MIN