win: Fix linking errors

This commit is contained in:
Cheng Zhao 2015-04-01 21:33:08 +08:00
parent 2915774644
commit 211e386c89
3 changed files with 3 additions and 6 deletions

View file

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

View file

@ -7,6 +7,8 @@
// Include common headers for using node APIs.
#define BUILDING_NODE_EXTENSION
#undef ASSERT
#undef CHECK
#undef CHECK_EQ