* include/_mingw.h (CRT_INLINE): Correct typo.
This commit is contained in:
parent
e7fc99384e
commit
ed897cdfa6
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/_mingw.h (CRT_INLINE): Correct typo.
|
||||||
|
|
||||||
2007-01-24 Danny Smith <dannysmith@users.sourceforge.net>
|
2007-01-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/io.h (X_OK): Define to F_OK.
|
* include/io.h (X_OK): Define to F_OK.
|
||||||
|
|
|
@ -116,8 +116,8 @@
|
||||||
#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, 3) && __STDC_VERSION__ >= 199901L)
|
||||||
# define __CRT_INLINE extern __attribute__((__gnu__inline__)) inline
|
# define __CRT_INLINE extern inline __attribute__((__gnu_inline__))
|
||||||
# else
|
# else
|
||||||
# define __CRT_INLINE extern __inline__
|
# define __CRT_INLINE extern __inline__
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue