mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Remove MINGW32 declarations of snprintf and vsnprintf, the new mingw32
distributions define them now.
This commit is contained in:
parent
8a3100e636
commit
9842b8fa87
1 changed files with 0 additions and 13 deletions
|
|
@ -21,17 +21,4 @@
|
|||
# define HAVE_STDARG 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
* These functions are not included amongst Mingw32 headers for some
|
||||
* reason even though they are supported in the library
|
||||
*/
|
||||
|
||||
#if defined(__MINGW32__) && defined(HAVE_SNPRINTF)
|
||||
LIBC_F (int) snprintf(char *, size_t, const char *, ...);
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__) && defined(HAVE_VSNPRINTF)
|
||||
LIBC_F (int) vsnprintf(char *, size_t, const char *, va_list);
|
||||
#endif
|
||||
|
||||
#endif /* _AC_STDARG_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue