forked from boostorg/config
Revert "Remove obsolete MSVC check from pragma guard"
This reverts commit 54353a7d89
.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
//
|
||||
// enable __int64 support in VC emulation mode
|
||||
//
|
||||
# if defined(_MSC_VER)
|
||||
# if defined(_MSC_VER) && (_MSC_VER >= 1200)
|
||||
# define BOOST_HAS_MS_INT64
|
||||
# endif
|
||||
|
||||
|
Reference in New Issue
Block a user