Set supported Windows release to Windows 10

This affects setting _WIN32_WINNT and WINVER.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-06-27 17:51:41 +02:00
parent b6693e7c17
commit d21b63594c
6 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
Cygwin license. Please consult the file "CYGWIN_LICENSE" for Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */ details. */
#define _WIN32_WINNT 0x0602 #define _WIN32_WINNT 0x0a00
#define cygwin_internal cygwin_internal_dontuse #define cygwin_internal cygwin_internal_dontuse
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -21,8 +21,8 @@ details. */
#include <wctype.h> #include <wctype.h>
#include <errno.h> #include <errno.h>
#define _WIN32_WINNT 0x0602 #define _WIN32_WINNT 0x0a00
#define WINVER 0x0602 #define WINVER 0x0a00
#define NOCOMATTRIBUTE #define NOCOMATTRIBUTE
#include <windows.h> #include <windows.h>
#include <userenv.h> #include <userenv.h>

View File

@ -37,7 +37,7 @@
#include <unistd.h> #include <unistd.h>
#include <libgen.h> #include <libgen.h>
#define _WIN32_WINNT 0x0501 #define _WIN32_WINNT 0x0a00
#include <windows.h> #include <windows.h>
#include <imagehlp.h> #include <imagehlp.h>
#include <psapi.h> #include <psapi.h>

View File

@ -35,8 +35,8 @@
#include <limits.h> #include <limits.h>
#include <sys/cygwin.h> #include <sys/cygwin.h>
#include <cygwin/version.h> #include <cygwin/version.h>
#define _WIN32_WINNT 0x0602 #define _WIN32_WINNT 0x0a00
#define WINVER 0x0602 #define WINVER 0x0a00
#include <windows.h> #include <windows.h>
#define LOCALE_ALIAS "/usr/share/locale/locale.alias" #define LOCALE_ALIAS "/usr/share/locale/locale.alias"

View File

@ -6,7 +6,7 @@
Cygwin license. Please consult the file "CYGWIN_LICENSE" for Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */ details. */
#define _WIN32_WINNT 0x0600 #define _WIN32_WINNT 0x0a00
#include <errno.h> #include <errno.h>
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -6,7 +6,7 @@
Cygwin license. Please consult the file "CYGWIN_LICENSE" for Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */ details. */
#define _WIN32_WINNT 0x0600 #define _WIN32_WINNT 0x0a00
#include <errno.h> #include <errno.h>
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>