Revert "Remove obsolete MSVC check from pragma guard"

This reverts commit 54353a7d89.
This commit is contained in:
jzmaddock
2014-01-26 10:04:22 +00:00
parent 4979026137
commit 60684bfc2e

View File

@@ -34,7 +34,7 @@
// //
// enable __int64 support in VC emulation mode // enable __int64 support in VC emulation mode
// //
# if defined(_MSC_VER) # if defined(_MSC_VER) && (_MSC_VER >= 1200)
# define BOOST_HAS_MS_INT64 # define BOOST_HAS_MS_INT64
# endif # endif