mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
build: remove #define to prevent unexpected impact on user applications
This commit is contained in:
parent
20f603a217
commit
b9a2d7b600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user