From 76da68ea04b9ceebfa428b30f62c2fdd592c43dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 26 Jan 2016 09:47:28 +0100 Subject: [PATCH] build,win: remove unneeded condition from GYP file The file itself contains include guards, so don't compile it conditionally. PR-URL: https://github.com/libuv/libuv/pull/697 Reviewed-By: Ben Noordhuis --- uv.gyp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/uv.gyp b/uv.gyp index 0e88f3fc..cd945b18 100644 --- a/uv.gyp +++ b/uv.gyp @@ -92,6 +92,7 @@ 'src/win/req.c', 'src/win/req-inl.h', 'src/win/signal.c', + 'src/win/snprintf.c', 'src/win/stream.c', 'src/win/stream-inl.h', 'src/win/tcp.c', @@ -104,13 +105,6 @@ 'src/win/winsock.c', 'src/win/winsock.h', ], - 'conditions': [ - ['MSVS_VERSION < "2015"', { - 'sources': [ - 'src/win/snprintf.c' - ] - }] - ], 'link_settings': { 'libraries': [ '-ladvapi32',