Signed-off-by: James Ross-Gowan <[email protected]> --- mingw-w64-headers/include/sdkddkver.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/mingw-w64-headers/include/sdkddkver.h b/mingw-w64-headers/include/sdkddkver.h index 82c2b627..a8187ac7 100644 --- a/mingw-w64-headers/include/sdkddkver.h +++ b/mingw-w64-headers/include/sdkddkver.h @@ -129,6 +129,8 @@ #define NTDDI_WIN7 0x06010000 #define NTDDI_WIN8 0x06020000 #define NTDDI_WINBLUE 0x06030000 +#define NTDDI_WINTHRESHOLD 0x0A000000 +#define NTDDI_WIN10 0x0A000000 /* Version Fields in NTDDI_VERSION */ #define OSVERSION_MASK 0xFFFF0000U -- 2.16.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
