From 69b94ec55cb0f8bd90475b5b7dabd57beb7e7dfe Mon Sep 17 00:00:00 2001 From: Saúl Ibarra Corretgé Date: Sun, 13 Dec 2015 12:07:04 +0100 Subject: deps: upgrade libuv to 1.8.0 Fixes: https://github.com/nodejs/node/issues/3718 PR-URL: https://github.com/nodejs/node/pull/4276 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- deps/uv/uv.gyp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'deps/uv/uv.gyp') diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 8049faa7a6..635a234ea6 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -104,6 +104,13 @@ 'src/win/winsock.c', 'src/win/winsock.h', ], + 'conditions': [ + ['MSVS_VERSION < "2015"', { + 'sources': [ + 'src/win/snprintf.c' + ] + }] + ], 'link_settings': { 'libraries': [ '-ladvapi32', @@ -340,6 +347,7 @@ 'test/test-poll-close-doesnt-corrupt-stack.c', 'test/test-poll-closesocket.c', 'test/test-process-title.c', + 'test/test-queue-foreach-delete.c', 'test/test-ref.c', 'test/test-run-nowait.c', 'test/test-run-once.c', -- cgit v1.2.3