Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2012-01-05 23:39:01 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2012-01-05 23:39:01 +0400
commit1f94817747280040ae0b4b4af917fba3214255a8 (patch)
treea130d6e717ad8cbd45981d9e430718787c81d9fd /winsup/w32api
parent4ee8ef6a7d6f8abde5d081d0a8e2c726b97d8a4f (diff)
2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/windef.h (WINVER): Bump to 0x0501.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/windef.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index be0c0b8c2..e16bca544 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
+
+ * include/windef.h (WINVER): Bump to 0x0501.
+
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
Return value, identified by 'make test'.
diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h
index 8ac80e157..c08b12dcd 100644
--- a/winsup/w32api/include/windef.h
+++ b/winsup/w32api/include/windef.h
@@ -9,7 +9,7 @@ extern "C" {
#endif
#ifndef WINVER
-#define WINVER 0x0400
+#define WINVER 0x0501
/*
* If you need Win32 API features newer the Win95 and WinNT then you must
* define WINVER before including windows.h or any other method of including