VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/zlib/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/zlib/zconf.h')
-rw-r--r--src/Common/zlib/zconf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Common/zlib/zconf.h b/src/Common/zlib/zconf.h
index fb76ffe3..62adc8d8 100644
--- a/src/Common/zlib/zconf.h
+++ b/src/Common/zlib/zconf.h
@@ -1,5 +1,5 @@
/* zconf.h -- configuration of the zlib compression library
- * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly, Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -300,14 +300,6 @@
# endif
#endif
-#ifndef Z_ARG /* function prototypes for stdarg */
-# if defined(STDC) || defined(Z_HAVE_STDARG_H)
-# define Z_ARG(args) args
-# else
-# define Z_ARG(args) ()
-# endif
-#endif
-
/* The following definitions for FAR are needed only for MSDOS mixed
* model programming (small or medium model with some far allocations).
* This was tested only with MSC; for other MSDOS compilers you may have