| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is | Stefan Farfeleder | 2004-05-18 | 1 | -1/+1 |
| | | | | | | | | | | | | defined. Otherwise first including <wchar.h> and then <stdint.h> leads to no WINT_M{AX,IN} at all. PR: 64956 Approved by: das (mentor) Notes: svn path=/head/; revision=129393 | ||||
| * | Create a new header <machine/_stdint.h> for storing MD parts of | Mike Barcroft | 2002-07-29 | 1 | -0/+171 |
| <stdint.h>. Previously, parts were defined in <machine/ansi.h> and <machine/limits.h>. This resulted in two problems: (1) Defining macros in <machine/ansi.h> gets in the way of that header only defining types. (2) Defining C99 limits in <machine/limits.h> adds pollution to <limits.h>. Notes: svn path=/head/; revision=100882 | |||||
