Revision f230a1cf deps/v8/src/win32-math.cc

View differences:

deps/v8/src/win32-math.cc
29 29
// refer to The Open Group Base Specification for specification of the correct
30 30
// semantics for these functions.
31 31
// (http://www.opengroup.org/onlinepubs/000095399/)
32
#ifdef _MSC_VER
32
#if defined(_MSC_VER) && (_MSC_VER < 1800)
33 33

  
34 34
#include "win32-headers.h"
35 35
#include <limits.h>        // Required for INT_MAX etc.

Also available in: Unified diff