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