mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Added stdio.h include to types.h.
This commit is contained in:
@@ -446,6 +446,7 @@
|
|||||||
Windows 10, snprintf is no longer identical to
|
Windows 10, snprintf is no longer identical to
|
||||||
_snprintf. The snprintf function behavior is now
|
_snprintf. The snprintf function behavior is now
|
||||||
C99 standard compliant. */
|
C99 standard compliant. */
|
||||||
|
#include <stdio.h>
|
||||||
#define XSNPRINTF snprintf
|
#define XSNPRINTF snprintf
|
||||||
#else
|
#else
|
||||||
/* 4996 warning to use MS extensions e.g., _sprintf_s
|
/* 4996 warning to use MS extensions e.g., _sprintf_s
|
||||||
|
Reference in New Issue
Block a user