mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
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