Use the platform_util_win implementation from Chromium.
This commit is contained in:
parent
304f9cc01a
commit
40e06db3a8
2 changed files with 3 additions and 1 deletions
|
@ -61,6 +61,7 @@
|
|||
'msvs_cygwin_shell': 0, # Strangely setting it to 1 would make building under cygwin fail.
|
||||
'msvs_disabled_warnings': [
|
||||
4005, # (node.h) macro redefinition
|
||||
4189, # local variable is initialized but not referenced
|
||||
4201, # (uv.h) nameless struct/union
|
||||
4800, # (v8.h) forcing value to bool 'true' or 'false'
|
||||
4819, # The file contains a character that cannot be represented in the current code page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue