Mercurial > ms-int-types
log
age | author | description |
---|---|---|
Sat, 24 Feb 2007 14:32:58 +0000 | ipse c99 | Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types. |
Sun, 11 Feb 2007 17:53:05 +0000 | ipse c99 | More correct fix for compilation under VS6. |
Sun, 11 Feb 2007 17:04:32 +0000 | ipse c99 | Bugfix: fix compiling under VS6, when stdint.h enclosed in 'extern "C" {}'. |
Wed, 13 Dec 2006 13:53:11 +0000 | ipse c99 | Make _inline modifier for imaxdiv default option. Use STATIC_IMAXDIV to make it static. |
Wed, 13 Dec 2006 13:42:24 +0000 | ipse c99 | Error message changed: VC6 supported from now. |
Wed, 13 Dec 2006 13:39:33 +0000 | ipse c99 | All (U)INT* types changed to (unsigned) __int*. This should make stdint.h compatible with VC6. |
Wed, 13 Dec 2006 13:20:57 +0000 | ipse c99 | Added INLINE_IMAXDIV define switch. |
Wed, 13 Dec 2006 12:53:52 +0000 | ipse c99 | Error message for non-MSC compiler changed. |