mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:05:51 +01:00
Fixed error.fmt to match active error.c code
This commit is contained in:
parent
a9a028ebd0
commit
17d99fc6f2
@ -33,11 +33,8 @@ HEADER_INCLUDED
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(EFIX64) || defined(EFI32)
|
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
||||||
#include <stdio.h>
|
!defined(EFI32)
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined snprintf
|
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user