Fix linux build

This commit is contained in:
Stas Degteff 2005-11-22 19:35:25 +00:00
parent bcd2accbd1
commit d72bcc266b

View File

@ -129,7 +129,7 @@ typedef unsigned int uint32_t;
#endif #endif
#endif /*#ifdef _MSC_VER */ #endif /*#ifdef _MSC_VER */
#ifdef __DJGPP__ #if defined(__GNUC__) && !defined(__MINGW32__)
typedef unsigned char uint8_t; typedef unsigned char uint8_t;
typedef unsigned short uint16_t; typedef unsigned short uint16_t;
typedef unsigned int uint32_t; typedef unsigned int uint32_t;