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