win: Fix linking errors
This commit is contained in:
parent
2915774644
commit
211e386c89
3 changed files with 3 additions and 6 deletions
|
@ -22,11 +22,6 @@
|
||||||
|
|
||||||
using content::BrowserThread;
|
using content::BrowserThread;
|
||||||
|
|
||||||
// Forward declaration of internal node functions.
|
|
||||||
namespace node {
|
|
||||||
void Init(int*, const char**, int*, const char***);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Force all builtin modules to be referenced so they can actually run their
|
// Force all builtin modules to be referenced so they can actually run their
|
||||||
// DSO constructors, see http://git.io/DRIqCg.
|
// DSO constructors, see http://git.io/DRIqCg.
|
||||||
#define REFERENCE_MODULE(name) \
|
#define REFERENCE_MODULE(name) \
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
// Include common headers for using node APIs.
|
// Include common headers for using node APIs.
|
||||||
|
|
||||||
|
#define BUILDING_NODE_EXTENSION
|
||||||
|
|
||||||
#undef ASSERT
|
#undef ASSERT
|
||||||
#undef CHECK
|
#undef CHECK
|
||||||
#undef CHECK_EQ
|
#undef CHECK_EQ
|
||||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit ea394ef8974a06918af0c6f104a07bff3f4e627f
|
Subproject commit 790c4a3af36144fcdd5fe39d0cb6cd622f282434
|
Loading…
Reference in a new issue