mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[MBEDTLS] Fix _CRT_SECURE_NO_DEPRECATE redefinition warnings.
svn path=/trunk/; revision=69514
This commit is contained in:
parent
5272a37712
commit
540d4a2f95
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue