We support building for win10 and we even already have some of its new API declarations. Also, Mozilla needs it for its configure to work properly.
Please review. --- mingw-w64-headers/include/winsdkver.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/mingw-w64-headers/include/winsdkver.h b/mingw-w64-headers/include/winsdkver.h index 45526e8..a9f1c0d 100644 --- a/mingw-w64-headers/include/winsdkver.h +++ b/mingw-w64-headers/include/winsdkver.h @@ -10,12 +10,12 @@ #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) -#define _WIN32_MAXVER 0x0602 -#define _WIN32_WINDOWS_MAXVER 0x0602 -#define NTDDI_MAXVER 0x0602 +#define _WIN32_MAXVER 0x0A00 +#define _WIN32_WINDOWS_MAXVER 0x0A00 +#define NTDDI_MAXVER 0x0A00 #define _WIN32_IE_MAXVER 0x0b00 -#define _WIN32_WINNT_MAXVER 0x0602 -#define WINVER_MAXVER 0x0602 +#define _WIN32_WINNT_MAXVER 0x0A00 +#define WINVER_MAXVER 0x0A00 #endif #endif
------------------------------------------------------------------------------
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
