mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-07 16:30:46 +00:00
- Added missing int32_t definition
This commit is contained in:
parent
93784e12ae
commit
9ef6e2bfb6
|
@ -36,6 +36,7 @@
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
typedef INT16 int16_t;
|
typedef INT16 int16_t;
|
||||||
typedef UINT16 uint16_t;
|
typedef UINT16 uint16_t;
|
||||||
|
typedef INT32 int32_t;
|
||||||
typedef UINT32 uint32_t;
|
typedef UINT32 uint32_t;
|
||||||
typedef UINT64 uint64_t;
|
typedef UINT64 uint64_t;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue