mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 09:46:27 +00:00
Defines for UEFI environment under MSVC added
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
|
||||
#include <basetsd.h>
|
||||
typedef UINT32 uint32_t;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user