diff --git a/celt/ecintrin.h b/celt/ecintrin.h index 0b4ca71ebc31759c1c334b11e9e559efc629fdf0..66a4c36ea40d5cf0c523f066cb3093fea5a0ec1e 100644 --- a/celt/ecintrin.h +++ b/celt/ecintrin.h @@ -49,7 +49,7 @@ This macro should only be used for implementing ec_ilog(), if it is defined. All other code should use EC_ILOG() instead.*/ #if defined(_MSC_VER) && (_MSC_VER >= 1400) -#if defined(_MSC_VER) && (_MSC_VER >= 1900) +#if defined(_MSC_VER) && (_MSC_VER >= 1910) # include /* Improve compiler throughput. */ #else # include