[MBEDTLS] Fix _CRT_SECURE_NO_DEPRECATE redefinition warnings.
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 12 Oct 2015 13:15:14 +0000 (13:15 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 12 Oct 2015 13:15:14 +0000 (13:15 +0000)
svn path=/trunk/; revision=69514

reactos/include/reactos/libs/mbedtls/config.h

index a6d950f..d413e99 100644 (file)
 #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