mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 19:25:40 +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>
|
||||
|
||||
#if defined(EFIX64) || defined(EFI32)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined snprintf
|
||||
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
||||
!defined(EFI32)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user