From b9a2d7b6007a9440c75de5621698e3d9ecd35cc3 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Wed, 28 Jun 2017 18:49:15 +0300 Subject: [PATCH] build: remove #define to prevent unexpected impact on user applications --- modules/core/include/opencv2/core/cvdef.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/core/include/opencv2/core/cvdef.h b/modules/core/include/opencv2/core/cvdef.h index 47b2c12..c1db302 100644 --- a/modules/core/include/opencv2/core/cvdef.h +++ b/modules/core/include/opencv2/core/cvdef.h @@ -63,10 +63,6 @@ #endif -#if !defined _CRT_SECURE_NO_DEPRECATE && defined _MSC_VER && _MSC_VER > 1300 -# define _CRT_SECURE_NO_DEPRECATE /* to avoid multiple Visual Studio warnings */ -#endif - // undef problematic defines sometimes defined by system headers (windows.h in particular) #undef small #undef min -- 2.7.4