From 1e2d7776010bda6d7650019eaefdf40e67622681 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 28 Oct 2011 11:31:43 +0200 Subject: [PATCH] Remove outdated comment --- src/node.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node.h b/src/node.h index 1a3b6110e..0996e0127 100644 --- a/src/node.h +++ b/src/node.h @@ -22,7 +22,6 @@ #ifndef SRC_NODE_H_ #define SRC_NODE_H_ -// A dependency include (libeio\xthread.h) defines _WIN32_WINNT to another value // This should be defined in make system. // See issue https://github.com/joyent/node/issues/1236 #if defined(__MINGW32__) || defined(_MSC_VER)