diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2012-01-06 18:51:33 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2012-01-06 18:51:33 +0000 |
commit | c7cee543f04664198e4bf127cbb399f54bcb24cb (patch) | |
tree | 27db898eadebfdff1efe1450a68ede8f5b67e1ba /winsup/w32api | |
parent | 8f60405b3d5959426200ba18aecfb90431a606d6 (diff) | |
download | newlib-c7cee543f04664198e4bf127cbb399f54bcb24cb.zip newlib-c7cee543f04664198e4bf127cbb399f54bcb24cb.tar.gz newlib-c7cee543f04664198e4bf127cbb399f54bcb24cb.tar.bz2 |
2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/windef.h (WINVER): Back off to 0x0500.
Diffstat (limited to 'winsup/w32api')
-rw-r--r-- | winsup/w32api/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/w32api/include/windef.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index e16bca5..1664fe0 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net> + + * include/windef.h (WINVER): Back off to 0x0500. + 2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net> * include/windef.h (WINVER): Bump to 0x0501. diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h index c08b12d..23a551d 100644 --- a/winsup/w32api/include/windef.h +++ b/winsup/w32api/include/windef.h @@ -9,7 +9,7 @@ extern "C" { #endif #ifndef WINVER -#define WINVER 0x0501 +#define WINVER 0x0500 /* * 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 |