Fixed including stdint.h with gcc on Win32
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401898
This commit is contained in:
parent
d856d38658
commit
2c01718695
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ typedef unsigned int uintptr_t;
|
|||
#endif
|
||||
#define _UINTPTR_T_DEFINED
|
||||
#endif
|
||||
#elif defined(__GNUC__)
|
||||
#define HAVE_STDINT_H 1
|
||||
#else
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue