diff options
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h index 399b28bbe24..4c29f9a0a8c 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -222,6 +222,8 @@ inline double ulonglong2double(ulonglong value) #define HAVE_PERROR #define HAVE_VFPRINT +#define HAVE_SNPRINTF +#define _snprintf snprintf #define HAVE_CHSIZE /* System has chsize() function */ #define HAVE_RENAME /* Have rename() as function */ #define HAVE_BINARY_STREAMS /* Have "b" flag in streams */ |