mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:25:43 +01:00
- Added missing int32_t definition
This commit is contained in:
parent
93784e12ae
commit
9ef6e2bfb6
@ -36,6 +36,7 @@
|
||||
#include <basetsd.h>
|
||||
typedef INT16 int16_t;
|
||||
typedef UINT16 uint16_t;
|
||||
typedef INT32 int32_t;
|
||||
typedef UINT32 uint32_t;
|
||||
typedef UINT64 uint64_t;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user