---
mingw-w64-headers/include/sdkddkver.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mingw-w64-headers/include/sdkddkver.h b/mingw-w64-headers/include/sdkddkver.h
index 0433811..1b965ae 100644
--- a/mingw-w64-headers/include/sdkddkver.h
+++ b/mingw-w64-headers/include/sdkddkver.h
@@ -21,6 +21,7 @@
#define _WIN32_WINNT_LONGHORN 0x0600
#define _WIN32_WINNT_WIN7 0x0601
#define _WIN32_WINNT_WIN8 0x0602
+#define _WIN32_WINNT_WINBLUE 0x0603
/* _WIN32_IE */
#define _WIN32_IE_IE20 0x0200
@@ -64,6 +65,7 @@
#define _WIN32_IE_LONGHORN _WIN32_IE_IE70
#define _WIN32_IE_WIN7 _WIN32_IE_IE80
#define _WIN32_IE_WIN8 _WIN32_IE_IE100
+#define _WIN32_IE_WINBLUE _WIN32_IE_IE100
/* NTDDI_VERSION */
#ifndef NTDDI_WIN2K
@@ -124,6 +126,7 @@
#define NTDDI_WIN7 0x06010000
#define NTDDI_WIN8 0x06020000
+#define NTDDI_WINBLUE 0x06030000
/* Version Fields in NTDDI_VERSION */
#define OSVERSION_MASK 0xFFFF0000U
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public