2011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.19.
This commit is contained in:
parent
0ed575b596
commit
8d5b10a681
|
@ -1,3 +1,7 @@
|
||||||
|
2011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/_mingw.h: Increment version to 3.19.
|
||||||
|
|
||||||
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/float.h: Modify guard to accomodate CLang.
|
* include/float.h: Modify guard to accomodate CLang.
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
*/
|
*/
|
||||||
#define __MINGW_H
|
#define __MINGW_H
|
||||||
|
|
||||||
#define __MINGW32_VERSION 3.18
|
#define __MINGW32_VERSION 3.19
|
||||||
#define __MINGW32_MAJOR_VERSION 3
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 18
|
#define __MINGW32_MINOR_VERSION 19
|
||||||
#define __MINGW32_PATCHLEVEL 0
|
#define __MINGW32_PATCHLEVEL 0
|
||||||
|
|
||||||
#if __GNUC__ >= 3
|
#if __GNUC__ >= 3
|
||||||
|
|
Loading…
Reference in New Issue