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;
|
||||
|
||||
// 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
|
||||
// DSO constructors, see http://git.io/DRIqCg.
|
||||
#define REFERENCE_MODULE(name) \
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
// Include common headers for using node APIs.
|
||||
|
||||
#define BUILDING_NODE_EXTENSION
|
||||
|
||||
#undef ASSERT
|
||||
#undef CHECK
|
||||
#undef CHECK_EQ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue