Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-06-27 18:51:41 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-06-27 18:51:41 +0300
commitd21b63594cf4b58fb2c79608bccd0950dd5233cf (patch)
treefcb10adf38e397120cc0f349fe0cc0b678ea5042 /winsup/utils/mkgroup.c
parentb6693e7c17456ac6b87827905213146214dc172e (diff)
Set supported Windows release to Windows 10
This affects setting _WIN32_WINNT and WINVER. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/utils/mkgroup.c')
-rw-r--r--winsup/utils/mkgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/mkgroup.c b/winsup/utils/mkgroup.c
index f57592f82..a9949d5f1 100644
--- a/winsup/utils/mkgroup.c
+++ b/winsup/utils/mkgroup.c
@@ -6,7 +6,7 @@
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#define _WIN32_WINNT 0x0600
+#define _WIN32_WINNT 0x0a00
#include <errno.h>
#include <ctype.h>
#include <stdlib.h>