mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Added missing typedef for INT64
This commit is contained in:
parent
9f2018ea28
commit
8ea31ff3b5
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ typedef INT16 int16_t;
|
||||||
typedef UINT16 uint16_t;
|
typedef UINT16 uint16_t;
|
||||||
#endif
|
#endif
|
||||||
typedef INT32 int32_t;
|
typedef INT32 int32_t;
|
||||||
|
typedef INT64 int64_t;
|
||||||
typedef UINT32 uint32_t;
|
typedef UINT32 uint32_t;
|
||||||
typedef UINT64 uint64_t;
|
typedef UINT64 uint64_t;
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue