* include/_mingw.h (__CRT_INLINE): Define.
* include/ctype.h: Replace 'extern inline' with __CRT_INLINE, throughout * include/inttypes.h: Likewise. * include/math.h: Likewise. * include/stdio.h: Likewise. * include/stdlib.h: Likewise. * include/string.h: Likewise. * include/wchar.h: Likewise. * include/wctype.h: Likewise.
This commit is contained in:
@@ -100,6 +100,12 @@
|
||||
# endif
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define __CRT_INLINE inline
|
||||
#else
|
||||
#define __CRT_INLINE extern __inline__
|
||||
#endif
|
||||
|
||||
#define __MINGW32_VERSION 3.2
|
||||
#define __MINGW32_MAJOR_VERSION 3
|
||||
#define __MINGW32_MINOR_VERSION 2
|
||||
|
Reference in New Issue
Block a user