Merge pull request #172 from bajamircea/master

Added check for already defined NOMINMAX
This commit is contained in:
Takatoshi Kondo
2014-12-09 22:40:36 +09:00

View File

@@ -30,7 +30,9 @@
#if defined(_MSC_VER)
// avoiding confliction std::max, std::min, and macro in windows.h
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif // defined(_MSC_VER)
#ifdef _msgpack_atomic_counter_header