forked from OSchip/llvm-project
parent
49dc039eeb
commit
a36804a2ff
|
@ -39,8 +39,9 @@
|
|||
// built-in data types.
|
||||
typedef __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned uint32_t;
|
||||
typedef signed int int32_t;
|
||||
typedef unsigned int uint32_t;
|
||||
typedef signed int ssize_t;
|
||||
#endif
|
||||
|
||||
#if !defined(INT64_MAX)
|
||||
|
|
Loading…
Reference in New Issue