* include/_mingw.h (__CRT_INLINE): Ue __gnu_inline__ for gcc 4.2.x too.
This commit is contained in:
parent
443871a60b
commit
a4ad579228
@ -1,3 +1,7 @@
|
|||||||
|
2007-03-18 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/_mingw.h (__CRT_INLINE): Ue __gnu_inline__ for gcc 4.2.x too.
|
||||||
|
|
||||||
2007-03-10 Keith Marshall <keithmarshall@users.sourceforge.net>
|
2007-03-10 Keith Marshall <keithmarshall@users.sourceforge.net>
|
||||||
|
|
||||||
Add manpages for dirname and basename functions.
|
Add manpages for dirname and basename functions.
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
# define __CRT_INLINE inline
|
# define __CRT_INLINE inline
|
||||||
#else
|
#else
|
||||||
# if ( __MINGW_GNUC_PREREQ(4, 3) && __STDC_VERSION__ >= 199901L)
|
# if ( __MINGW_GNUC_PREREQ(4, 2) && __STDC_VERSION__ >= 199901L)
|
||||||
# define __CRT_INLINE extern inline __attribute__((__gnu_inline__))
|
# define __CRT_INLINE extern inline __attribute__((__gnu_inline__))
|
||||||
# else
|
# else
|
||||||
# define __CRT_INLINE extern __inline__
|
# define __CRT_INLINE extern __inline__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user