Index: src/win32-math.cc |
diff --git a/src/win32-math.cc b/src/win32-math.cc |
index 9ffc4ea73bd77a4c44d0148c25ae8421610aea5f..88fa3a684be2a99a9eed05688dd275e99f2ea110 100644 |
--- a/src/win32-math.cc |
+++ b/src/win32-math.cc |
@@ -31,8 +31,6 @@ |
// (http://www.opengroup.org/onlinepubs/000095399/) |
#ifdef _MSC_VER |
-#undef V8_WIN32_LEAN_AND_MEAN |
-#define V8_WIN32_HEADERS_FULL |
#include "win32-headers.h" |
#include <limits.h> // Required for INT_MAX etc. |
#include <float.h> // Required for DBL_MAX and on Win32 for finite() |