Export symbols of node::Environment
This commit is contained in:
parent
e401335ebb
commit
a4d2dd9b4d
2 changed files with 2 additions and 1 deletions
|
@ -230,6 +230,7 @@
|
|||
'msvs_cygwin_shell': 0, # Strangely setting it to 1 would make building under cygwin fail.
|
||||
'msvs_disabled_warnings': [
|
||||
4005, # (node.h) macro redefinition
|
||||
4091, # (node_extern.h) '__declspec(dllimport)' : ignored on left of 'node::Environment' when no variable is declared
|
||||
4189, # local variable is initialized but not referenced
|
||||
4201, # (uv.h) nameless struct/union
|
||||
4267, # conversion from 'size_t' to 'int', possible loss of data
|
||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 12524cebe23226df1f621ffc12e44a62582ae352
|
||||
Subproject commit d8e7d3e76cb3c6e709449d181ddc2af8c4859303
|
Loading…
Add table
Add a link
Reference in a new issue