Just use stdint.h even with MSVC
This commit is contained in:
parent
b85725c958
commit
ab22910191
17 changed files with 16 additions and 114 deletions
|
@ -31,13 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
|
||||
#include <basetsd.h>
|
||||
typedef UINT32 uint32_t;
|
||||
#else
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
||||
#define MBEDTLS_ERR_SHA1_FILE_IO_ERROR -0x0076 /**< Read/write error in file. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue