Chromium Code Reviews| Index: include/v8config.h |
| diff --git a/include/v8config.h b/include/v8config.h |
| index 8661a0d0c79de33757785bce9bea04b9adab7c7f..0409e5bcd06635b766ff6a982b5cf632791de19d 100644 |
| --- a/include/v8config.h |
| +++ b/include/v8config.h |
| @@ -234,6 +234,10 @@ |
| # define V8_HAS_CXX11_FINAL (__has_feature(cxx_override_control)) |
| # define V8_HAS_CXX11_OVERRIDE (__has_feature(cxx_override_control)) |
| +# if defined(_MSC_VER) |
|
Benedikt Meurer
2014/01/27 06:25:38
Please add a comment why this is necessary.
|
| +# define V8_CC_MSVC 1 |
| +# endif |
| + |
| #elif defined(__GNUC__) |
| # define V8_CC_GNU 1 |