| Index: src/base/win32-headers.h
|
| diff --git a/src/win32-headers.h b/src/base/win32-headers.h
|
| similarity index 94%
|
| rename from src/win32-headers.h
|
| rename to src/base/win32-headers.h
|
| index 5ede3b313d722b995b799126594527c7bb7561b0..5432de165c30cdd4d311b1eefc73242b46770b9c 100644
|
| --- a/src/win32-headers.h
|
| +++ b/src/base/win32-headers.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_WIN32_HEADERS_H_
|
| -#define V8_WIN32_HEADERS_H_
|
| +#ifndef V8_BASE_WIN32_HEADERS_H_
|
| +#define V8_BASE_WIN32_HEADERS_H_
|
|
|
| #ifndef WIN32_LEAN_AND_MEAN
|
| // WIN32_LEAN_AND_MEAN implies NOCRYPT and NOGDI.
|
| @@ -76,4 +76,4 @@
|
| #undef CreateSemaphore
|
| #undef Yield
|
|
|
| -#endif // V8_WIN32_HEADERS_H_
|
| +#endif // V8_BASE_WIN32_HEADERS_H_
|
|
|