Skip to content

Commit ca96221

Browse files
committed
Merge pull request opencv#9026 from alalek:remove_danger_define
2 parents 9d4cd35 + b9a2d7b commit ca96221

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)