mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:25:46 +01:00
Fix forgotten snprintf define for MSVC
This commit is contained in:
parent
9654fb156f
commit
2f77ce3658
@ -49,6 +49,10 @@
|
||||
#include "polarssl/ecdsa.h"
|
||||
#include "polarssl/ecdh.h"
|
||||
|
||||
#if defined _MSC_VER && !defined snprintf
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#define BUFSIZE 1024
|
||||
#define HEADER_FORMAT " %-16s : "
|
||||
#define TITLE_LEN 17
|
||||
|
Loading…
Reference in New Issue
Block a user