Index: include/stdint.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/include/stdint.h,v retrieving revision 1.7 diff -u -p -r1.7 stdint.h --- include/stdint.h 3 Jul 2006 12:30:04 -0000 1.7 +++ include/stdint.h 4 Apr 2007 01:27:08 -0000 @@ -1,6 +1,6 @@ /* stdint.h - integer types - Copyright 2003, 2006 Red Hat, Inc. + Copyright 2003, 2006, 2007 Red Hat, Inc. This file is part of Cygwin. @@ -158,8 +158,8 @@ typedef unsigned long long uintmax_t; #endif #ifndef WINT_MIN -#define WINT_MIN (-2147483647 - 1) -#define WINT_MAX (2147483647) +#define WINT_MIN 0 +#define WINT_MAX UINT_MAX #endif /* Macros for minimum-width integer constant expressions */