diff options
Diffstat (limited to 'Utilities/cmtar/compat/compat.h')
-rw-r--r-- | Utilities/cmtar/compat/compat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Utilities/cmtar/compat/compat.h b/Utilities/cmtar/compat/compat.h index ae46f36..a42c06f 100644 --- a/Utilities/cmtar/compat/compat.h +++ b/Utilities/cmtar/compat/compat.h @@ -198,8 +198,7 @@ int inet_aton(const char *, struct in_addr *); #endif /* NEED_MAKEDEV */ -#ifdef _MSC_VER //compile snprintf only onwin32 -//#if defined(NEED_SNPRINTF) && !defined(HAVE_SNPRINTF) +#ifdef _MSC_VER /* compile snprintf only onwin32 */ #if !defined(HAVE_SNPRINTF) int mutt_snprintf(char *, size_t, const char *, ...); int mutt_vsnprintf(char *, size_t, const char *, va_list); |