2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.
This commit is contained in:
parent
cef0517a23
commit
49c5a1a6b2
|
@ -1,3 +1,7 @@
|
||||||
|
2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/_mingw.h: Increment version to 3.15.
|
||||||
|
|
||||||
2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* Makefile.in: Adjust to new naming standard for MinGW while maintaining old
|
* Makefile.in: Adjust to new naming standard for MinGW while maintaining old
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
*/
|
*/
|
||||||
#define __MINGW_H
|
#define __MINGW_H
|
||||||
|
|
||||||
#define __MINGW32_VERSION 3.14
|
#define __MINGW32_VERSION 3.15
|
||||||
#define __MINGW32_MAJOR_VERSION 3
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 14
|
#define __MINGW32_MINOR_VERSION 15
|
||||||
|
|
||||||
#if __GNUC__ >= 3
|
#if __GNUC__ >= 3
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
|
|
Loading…
Reference in New Issue