win: remove _WIN32_WINNT define

Refs: https://github.com/libuv/libuv/issues/1671
PR-URL: https://github.com/libuv/libuv/pull/1676
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
cjihrig 2017-12-08 10:31:46 -05:00
parent 20cc969e5d
commit d9459ed449
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -19,10 +19,6 @@
* IN THE SOFTWARE.
*/
#ifndef _WIN32_WINNT
# define _WIN32_WINNT 0x0600
#endif
#if !defined(_SSIZE_T_) && !defined(_SSIZE_T_DEFINED)
typedef intptr_t ssize_t;
# define _SSIZE_T_