Adjusted typdefs to Cygwin 1.7 (now not compatible anymore with Cygwin 1.5).

This commit is contained in:
oliverschmidt 2010-04-21 20:35:22 +00:00
parent 5640f89259
commit 5dd5b5ac43

View file

@ -38,8 +38,8 @@ typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef signed short int16_t;
typedef unsigned short uint16_t;
typedef signed long int32_t;
typedef unsigned long uint32_t;
typedef signed int int32_t;
typedef unsigned int uint32_t;
/* These names are deprecated, use C99 names. */
typedef unsigned char u8_t;