Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 068a1cdef58ee29d7dfdb0b52f1884f9ae6e757b..dde78a1731f818f7e039f994d28887ba9406784a 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -77,7 +77,9 @@ 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 |