build: bump _WIN32_WINNT to 0x600

Commit b471b33 updated the Makefile, this commit updates the gyp file.
This commit is contained in:
Ben Noordhuis 2012-02-01 15:24:02 +01:00
parent 6e995bd0b0
commit 65bbf02dc5

2
uv.gyp
View File

@ -115,7 +115,7 @@
'src/ares/config_win32'
],
'defines': [
'_WIN32_WINNT=0x0502',
'_WIN32_WINNT=0x0600',
'EIO_STACKSIZE=262144',
'_GNU_SOURCE',
],