Use the same calling convention for all msvc clones.

This commit is contained in:
jzmaddock
2017-02-09 18:24:21 +00:00
parent 4bfdae4a9f
commit e215c603ad

View File

@ -255,7 +255,7 @@
*
****************************************************************************/
#if defined(BOOST_MSVC) && defined(_MSC_EXTENSIONS)
#if defined(_MSC_VER) && defined(_MSC_EXTENSIONS)
#if defined(_DEBUG) || defined(__MSVC_RUNTIME_CHECKS) || defined(_MANAGED) || defined(BOOST_REGEX_NO_FASTCALL)
# define BOOST_REGEX_CALL __cdecl
#else