Chromium Code Reviews| Index: src/d8.cc |
| diff --git a/src/d8.cc b/src/d8.cc |
| index f9dbbb9a9f731042f90d7f16f4f28e1744ef4304..085a92df309e7206bce4271e7d065f4a9038e11d 100644 |
| --- a/src/d8.cc |
| +++ b/src/d8.cc |
| @@ -68,7 +68,7 @@ |
| #include "v8.h" |
| #endif // V8_SHARED |
| -#if V8_OS_UNIX |
| +#if !defined(_WIN32) && !defined(_WIN64) |
|
Sven Panne
2013/07/29 11:05:39
I don't think this is actually correct for compila
|
| #include <unistd.h> // NOLINT |
| #endif |