Fix linux build
This commit is contained in:
parent
bcd2accbd1
commit
d72bcc266b
@ -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;
|
||||||
|
Reference in New Issue
Block a user