From 65bbf02dc58952423ac486e76fe290aefa8da22f Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 1 Feb 2012 15:24:02 +0100 Subject: [PATCH] build: bump _WIN32_WINNT to 0x600 Commit b471b33 updated the Makefile, this commit updates the gyp file. --- uv.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.gyp b/uv.gyp index 4c8caa4f..0642d8d7 100644 --- a/uv.gyp +++ b/uv.gyp @@ -115,7 +115,7 @@ 'src/ares/config_win32' ], 'defines': [ - '_WIN32_WINNT=0x0502', + '_WIN32_WINNT=0x0600', 'EIO_STACKSIZE=262144', '_GNU_SOURCE', ],