2012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/windef.h (WINVER): Bump to 0x0501.
This commit is contained in:
parent
4ee8ef6a7d
commit
1f94817747
|
@ -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>
|
2012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||||
|
|
||||||
Return value, identified by 'make test'.
|
Return value, identified by 'make test'.
|
||||||
|
|
|
@ -9,7 +9,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WINVER
|
#ifndef WINVER
|
||||||
#define WINVER 0x0400
|
#define WINVER 0x0501
|
||||||
/*
|
/*
|
||||||
* 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
|
||||||
|
|
Loading…
Reference in New Issue