mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-23 13:20:50 +00:00
Prevent usage of min() macro when compiled with VS
This commit is contained in:
parent
8dccdf686c
commit
d6338db817
@ -22,6 +22,9 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define _SCL_SECURE_NO_WARNINGS
|
#define _SCL_SECURE_NO_WARNINGS
|
||||||
|
|
||||||
|
// Prevent usage of min() macro when compiled with VS
|
||||||
|
#define NOMINMAX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE ELFIO_Test
|
#define BOOST_TEST_MODULE ELFIO_Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user