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

* include/windef.h (WINVER): Bump to 0x0501.
This commit is contained in:
Chris Sutcliffe 2012-01-05 19:39:01 +00:00
parent 4ee8ef6a7d
commit 1f94817747
2 changed files with 5 additions and 1 deletions

View File

@ -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'.

View File

@ -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