diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index 2062fa4f23..c420db8f84 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -52,7 +52,7 @@ typedef struct _IO_FILE FILE; #include <libio.h> #ifdef __cplusplus -# define __STDIO_INLINE __inline +# define __STDIO_INLINE inline #else # define __STDIO_INLINE extern __inline #endif |