mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Rationalize other snprintf() uses
This commit is contained in:
parent
1685368408
commit
9dbaf400ef
5 changed files with 44 additions and 121 deletions
|
|
@ -77,11 +77,6 @@ static int wsa_init_done = 0;
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
||||
!defined(EFI32)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue