forked from boostorg/config
Avoid NOMINMAX redefinition
[SVN r11339]
This commit is contained in:
@@ -49,8 +49,10 @@
|
|||||||
# endif
|
# endif
|
||||||
// disable min/max macro defines on vc6:
|
// disable min/max macro defines on vc6:
|
||||||
//
|
//
|
||||||
|
# ifndef NOMINMAX
|
||||||
# define NOMINMAX
|
# define NOMINMAX
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _NATIVE_WCHAR_T_DEFINED
|
#ifndef _NATIVE_WCHAR_T_DEFINED
|
||||||
# define BOOST_NO_INTRINSIC_WCHAR_T
|
# define BOOST_NO_INTRINSIC_WCHAR_T
|
||||||
|
Reference in New Issue
Block a user