From c7cee543f04664198e4bf127cbb399f54bcb24cb Mon Sep 17 00:00:00 2001 From: Chris Sutcliffe Date: Fri, 6 Jan 2012 18:51:33 +0000 Subject: 2012-01-06 Chris Sutcliffe * include/windef.h (WINVER): Back off to 0x0500. --- winsup/w32api/ChangeLog | 4 ++++ winsup/w32api/include/windef.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'winsup/w32api') diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index e16bca544..1664fe0f4 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2012-01-06 Chris Sutcliffe + + * include/windef.h (WINVER): Back off to 0x0500. + 2012-01-05 Chris Sutcliffe * include/windef.h (WINVER): Bump to 0x0501. diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h index c08b12dcd..23a551da6 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 -- cgit v1.2.3