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:
parent
20cc969e5d
commit
d9459ed449
@ -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_
|
||||
|
||||
Loading…
Reference in New Issue
Block a user