From 6c0c00a2052ec613503a0322dcbabb6fcf41dab0 Mon Sep 17 00:00:00 2001 From: Igor Zinkovsky Date: Mon, 23 Jan 2012 01:30:56 -0800 Subject: [PATCH] fix windows build --- src/node.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/node.h b/src/node.h index 38d3c621bfa..05e3f7535f4 100644 --- a/src/node.h +++ b/src/node.h @@ -66,6 +66,10 @@ #include +#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.