mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 07:35:40 +00:00
Added missing uint32_t def for Windows in gcm.h
This commit is contained in:
parent
3cf63edc44
commit
c2148753df
|
@ -31,6 +31,7 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#include <basetsd.h>
|
||||
typedef UINT32 uint32_t;
|
||||
typedef UINT64 uint64_t;
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue