Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index f992f0b979e51ab4e6dde93820c5ab2f8ff84354..6d1826126bd357ebc7555da00421cbc012babfc6 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -77,9 +77,7 @@ typedef unsigned __int64 uint64_t; |
| #endif // BUILDING_V8_SHARED |
| #else // _WIN32 |
| -#ifndef __STDC_CONSTANT_MACROS |
| -#define __STDC_CONSTANT_MACROS |
| -#endif |
| + |
| #include <stdint.h> |
| // Setup for Linux shared library export. There is no need to destinguish |