mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-20 13:20:45 +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
|
||||
#define _SCL_SECURE_NO_WARNINGS
|
||||
|
||||
// Prevent usage of min() macro when compiled with VS
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#define BOOST_TEST_MODULE ELFIO_Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user