Index: src/base/win32-math.h |
diff --git a/src/win32-math.h b/src/base/win32-math.h |
similarity index 90% |
rename from src/win32-math.h |
rename to src/base/win32-math.h |
index 7b7cbc9256aef74d68d59d71353d59352b4e4d49..e1c03506b2d967b37cb40c83592d45683c82427d 100644 |
--- a/src/win32-math.h |
+++ b/src/base/win32-math.h |
@@ -7,8 +7,8 @@ |
// semantics for these functions. |
// (http://www.opengroup.org/onlinepubs/000095399/) |
-#ifndef V8_WIN32_MATH_H_ |
-#define V8_WIN32_MATH_H_ |
+#ifndef V8_BASE_WIN32_MATH_H_ |
+#define V8_BASE_WIN32_MATH_H_ |
#ifndef _MSC_VER |
#error Wrong environment, expected MSVC. |
@@ -39,4 +39,4 @@ int signbit(double x); |
#endif // _MSC_VER < 1800 |
-#endif // V8_WIN32_MATH_H_ |
+#endif // V8_BASE_WIN32_MATH_H_ |