Skip to content

Commit b9a2d7b

Browse files
committed
build: remove #define to prevent unexpected impact on user applications
1 parent 20f603a commit b9a2d7b

File tree

1 file changed

+0
-4
lines changed
  • modules/core/include/opencv2/core

1 file changed

+0
-4
lines changed

modules/core/include/opencv2/core/cvdef.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@
6363
#endif
6464

6565

66-
#if !defined _CRT_SECURE_NO_DEPRECATE && defined _MSC_VER && _MSC_VER > 1300
67-
# define _CRT_SECURE_NO_DEPRECATE /* to avoid multiple Visual Studio warnings */
68-
#endif
69-
7066
// undef problematic defines sometimes defined by system headers (windows.h in particular)
7167
#undef small
7268
#undef min

0 commit comments

Comments
 (0)