1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Add support for Microsoft Visual Studio

Signed-off-by: Piotr Nowicki <piotr.nowicki@arm.com>
This commit is contained in:
Piotr Nowicki
2020-03-26 11:45:42 +01:00
parent e5fa8b7cdf
commit f86192f72a
3 changed files with 194 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
* This file is part of mbed TLS (https://tls.mbed.org)
*/
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
#define _CRT_SECURE_NO_DEPRECATE 1
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>