Commit b9a2d7b6 authored by Alexander Alekhin's avatar Alexander Alekhin

build: remove #define to prevent unexpected impact on user applications

parent 20f603a2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment