summaryrefslogtreecommitdiff
path: root/png/pngconf.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-12-05 17:35:57 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-12-05 17:35:57 +0100
commit4317f6a15f68cf9395141d83d60100283ab48590 (patch)
tree30b9b0baa178c3f853636b842bcae7b7e812d88f /png/pngconf.h
parentff161187e78bb958adac6a76bb7c325146892b10 (diff)
Update bundled libpng to version 1.6.44
Diffstat (limited to 'png/pngconf.h')
-rw-r--r--png/pngconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/png/pngconf.h b/png/pngconf.h
index 000d7b1a8..4a4b58ac8 100644
--- a/png/pngconf.h
+++ b/png/pngconf.h
@@ -1,7 +1,7 @@
/* pngconf.h - machine-configurable file for libpng
*
- * libpng version 1.6.43
+ * libpng version 1.6.44
*
* Copyright (c) 2018-2024 Cosmin Truta
* Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson
@@ -88,7 +88,7 @@
/* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
* against legacy (pre ISOC90) compilers that did not understand function
- * prototypes. It is not required for modern C compilers.
+ * prototypes. [Deprecated.]
*/
#ifndef PNGARG
# define PNGARG(arglist) arglist
@@ -298,7 +298,7 @@
#ifndef PNG_EXPORTA
# define PNG_EXPORTA(ordinal, type, name, args, attributes) \
- PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \
+ PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), args, \
PNG_LINKAGE_API attributes)
#endif
@@ -316,7 +316,7 @@
#endif
#ifndef PNG_CALLBACK
-# define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
+# define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) args
#endif
/* Support for compiler specific function attributes. These are used