win: set _WIN32_WINNT to 0x0600
This updates the value to Windows Vista. Fixes: https://github.com/libuv/libuv/issues/1671 PR-URL: https://github.com/libuv/libuv/pull/1675 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
parent
890eedaf59
commit
e771ede069
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
# define _WIN32_WINNT 0x0502
|
||||
# define _WIN32_WINNT 0x0600
|
||||
#endif
|
||||
|
||||
#if !defined(_SSIZE_T_) && !defined(_SSIZE_T_DEFINED)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user