Browse Source

fix windows build

v0.7.4-release
Igor Zinkovsky 13 years ago
parent
commit
6c0c00a205
  1. 4
      src/node.h

4
src/node.h

@ -66,6 +66,10 @@
#include <node_object_wrap.h>
#if defined(_MSC_VER)
#undef interface
#endif
#ifndef offset_of
// g++ in strict mode complains loudly about the system offsetof() macro
// because it uses NULL as the base address.

Loading…
Cancel
Save