Mercurial > ms-int-types
log
age | author | description |
---|---|---|
2006-12-13 | ipse c99 | Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8). |
2006-12-12 | ipse c99 | License chaged to BSD-derivative. |
2006-12-12 | ipse c99 | Added <wchar.h> include to avoid warnings when it is included after stdint.h. |
2006-12-11 | alexander chemeris | BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up. |
2006-12-11 | alexander chemeris | Rise #error if _MSC_VER is not defined. I.e. compiler other then Microsoft Visual C++ is used. |
2006-12-11 | alexander chemeris | Added <limits.h> include to stdint.h. |
2006-12-11 | alexander chemeris | Initial check in. |