2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>

* include/windef.h (WINVER): Back off to 0x0500.
This commit is contained in:
Chris Sutcliffe 2012-01-06 18:51:33 +00:00
parent 8f60405b3d
commit c7cee543f0
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/windef.h (WINVER): Bump to 0x0501. * include/windef.h (WINVER): Bump to 0x0501.

View File

@ -9,7 +9,7 @@ extern "C" {
#endif #endif
#ifndef WINVER #ifndef WINVER
#define WINVER 0x0501 #define WINVER 0x0500
/* /*
* If you need Win32 API features newer the Win95 and WinNT then you must * 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 * define WINVER before including windows.h or any other method of including