[MBEDTLS] Fix _CRT_SECURE_NO_DEPRECATE redefinition warnings.

svn path=/trunk/; revision=69514
This commit is contained in:
Amine Khaldi 2015-10-12 13:15:14 +00:00
parent 5272a37712
commit 540d4a2f95

View file

@ -29,9 +29,11 @@
#ifndef MBEDTLS_CONFIG_H
#define MBEDTLS_CONFIG_H
#ifndef __REACTOS__
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
#define _CRT_SECURE_NO_DEPRECATE 1
#endif
#endif
/**
* \name SECTION: System support