---
 mingw-w64-headers/include/winsdkver.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 mingw-w64-headers/include/winsdkver.h


diff --git a/mingw-w64-headers/include/winsdkver.h b/mingw-w64-headers/include/winsdkver.h
new file mode 100644
index 0000000..45526e8
--- /dev/null
+++ b/mingw-w64-headers/include/winsdkver.h
@@ -0,0 +1,21 @@
+/**
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
+
+#ifndef _INC_WINSDKVER
+#define _INC_WINSDKVER
+
+#include <winapifamily.h>
+
+#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
+
+#define _WIN32_MAXVER         0x0602
+#define _WIN32_WINDOWS_MAXVER 0x0602
+#define NTDDI_MAXVER          0x0602
+#define _WIN32_IE_MAXVER      0x0b00
+#define _WIN32_WINNT_MAXVER   0x0602
+#define WINVER_MAXVER         0x0602
+
+#endif
+#endif

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to