2012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/windef.h (WINVER): Back off to 0x0500.
This commit is contained in:
parent
8f60405b3d
commit
c7cee543f0
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue