diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index dc534970f9d8..f12417640164 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -110,10 +110,9 @@ void perror(const char* s); #ifdef __cplusplus // snprintf -#if defined(_LIBCPP_MSVCRT) +#if defined(_LIBCPP_MSVCRT_LIKE) extern "C" { int vasprintf(char **sptr, const char *__restrict fmt, va_list ap); -int asprintf(char **sptr, const char *__restrict fmt, ...); } #endif |