Browse Source

Export symbols of node::Environment

Cheng Zhao 9 years ago
parent
commit
a4d2dd9b4d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      common.gypi
  2. 1 1
      vendor/node

+ 1 - 0
common.gypi

@@ -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

+ 1 - 1
vendor/node

@@ -1 +1 @@
-Subproject commit 12524cebe23226df1f621ffc12e44a62582ae352
+Subproject commit d8e7d3e76cb3c6e709449d181ddc2af8c4859303