mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Add more needed typedefs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2908ca78b0
commit
d1e89d657c
@ -39,6 +39,8 @@
|
||||
// built-in data types.
|
||||
typedef __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned uint32_t;
|
||||
#endif
|
||||
|
||||
#if !defined(INT64_MAX)
|
||||
|
@ -39,6 +39,8 @@
|
||||
// built-in data types.
|
||||
typedef __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
typedef int int32_t;
|
||||
typedef unsigned uint32_t;
|
||||
#endif
|
||||
|
||||
#if !defined(INT64_MAX)
|
||||
|
Loading…
Reference in New Issue
Block a user