2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.1 and introduce __MINGW32_PATCHLEVEL variable.
This commit is contained in:
parent
32c4e2bca7
commit
665ca5231d
|
@ -1,3 +1,8 @@
|
||||||
|
2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/_mingw.h: Increment version to 3.15.1 and introduce
|
||||||
|
__MINGW32_PATCHLEVEL variable.
|
||||||
|
|
||||||
2008-10-03 Keith Marshall <keithmarshall@users.sourceforge.net>
|
2008-10-03 Keith Marshall <keithmarshall@users.sourceforge.net>
|
||||||
|
|
||||||
Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.
|
Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.
|
||||||
|
|
|
@ -22,9 +22,10 @@
|
||||||
*/
|
*/
|
||||||
#define __MINGW_H
|
#define __MINGW_H
|
||||||
|
|
||||||
#define __MINGW32_VERSION 3.15
|
#define __MINGW32_VERSION 3.15.1
|
||||||
#define __MINGW32_MAJOR_VERSION 3
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 15
|
#define __MINGW32_MINOR_VERSION 15
|
||||||
|
#define __MINGW32_PATCHLEVEL 1
|
||||||
|
|
||||||
#if __GNUC__ >= 3
|
#if __GNUC__ >= 3
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
|
|
Loading…
Reference in New Issue