mirror of https://github.com/madler/zlib
Facilitate compilation with Borland C++ for pragmas and vsnprintf.
This commit is contained in:
parent
6715208bdb
commit
15b5671b78
6
gzguts.h
6
gzguts.h
|
@ -43,6 +43,12 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410)
|
||||
# ifndef HAVE_VSNPRINTF
|
||||
# define HAVE_VSNPRINTF
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_VSNPRINTF
|
||||
# ifdef MSDOS
|
||||
/* vsnprintf may exist on some MS-DOS compilers (DJGPP?),
|
||||
|
|
Loading…
Reference in New Issue