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
3
atom.gyp
3
atom.gyp
|
@ -121,8 +121,9 @@
|
||||||
'common/node_bindings_mac.mm',
|
'common/node_bindings_mac.mm',
|
||||||
'common/options_switches.cc',
|
'common/options_switches.cc',
|
||||||
'common/options_switches.h',
|
'common/options_switches.h',
|
||||||
'common/platform_util_mac.mm',
|
|
||||||
'common/platform_util.h',
|
'common/platform_util.h',
|
||||||
|
'common/platform_util_mac.mm',
|
||||||
|
'common/platform_util_win.cc',
|
||||||
'common/v8_value_converter_impl.cc',
|
'common/v8_value_converter_impl.cc',
|
||||||
'common/v8_value_converter_impl.h',
|
'common/v8_value_converter_impl.h',
|
||||||
'renderer/api/atom_api_renderer_ipc.cc',
|
'renderer/api/atom_api_renderer_ipc.cc',
|
||||||
|
|
|
@ -61,6 +61,7 @@
|
||||||
'msvs_cygwin_shell': 0, # Strangely setting it to 1 would make building under cygwin fail.
|
'msvs_cygwin_shell': 0, # Strangely setting it to 1 would make building under cygwin fail.
|
||||||
'msvs_disabled_warnings': [
|
'msvs_disabled_warnings': [
|
||||||
4005, # (node.h) macro redefinition
|
4005, # (node.h) macro redefinition
|
||||||
|
4189, # local variable is initialized but not referenced
|
||||||
4201, # (uv.h) nameless struct/union
|
4201, # (uv.h) nameless struct/union
|
||||||
4800, # (v8.h) forcing value to bool 'true' or 'false'
|
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
|
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