File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3030
3131 # Reset this number to 0 on major V8 upgrades.
3232 # Increment by one for each non-official patch applied to deps/v8.
33- 'v8_embedder_string' : '-node.8 ' ,
33+ 'v8_embedder_string' : '-node.9 ' ,
3434
3535 # Enable disassembler for `--print-code` v8 options
3636 'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change 77
88#include " src/base/debug/stack_trace.h"
99
10+ // This file can't use "src/base/win32-headers.h" because it defines symbols
11+ // that lead to compilation errors. But `NOMINMAX` should be defined to disable
12+ // defining of the `min` and `max` MACROS.
13+ #ifndef NOMINMAX
14+ #define NOMINMAX
15+ #endif
16+
1017#include < windows.h>
1118#include < dbghelp.h>
1219#include < Shlwapi.h>
You can’t perform that action at this time.
0 commit comments