diff options
Diffstat (limited to 'deps/v8/src/d8.h')
-rw-r--r-- | deps/v8/src/d8.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/d8.h b/deps/v8/src/d8.h index 30f04c750c..de1fe0de76 100644 --- a/deps/v8/src/d8.h +++ b/deps/v8/src/d8.h @@ -138,6 +138,10 @@ class Shell: public i::AllStatic { static Handle<Value> DebugCommandToJSONRequest(Handle<String> command); #endif +#ifdef WIN32 +#undef Yield +#endif + static Handle<Value> Print(const Arguments& args); static Handle<Value> Write(const Arguments& args); static Handle<Value> Yield(const Arguments& args); |