mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Corrected PNG_REMOVED macro to take five arguments.
The macro was documented with two arguments (name,ordinal), however
the symbol checking .dfn files assumed five arguments. The five
argument form seems more useful so it is changed to that.
This commit is contained in:
parent
cb096a4f05
commit
5905484c75
4
ANNOUNCE
4
ANNOUNCE
@ -203,6 +203,10 @@ version 1.5.0beta22 [April 28, 2010]
|
|||||||
Revised contrib/pngminim to use the "everything off" option in pngusr.dfa.
|
Revised contrib/pngminim to use the "everything off" option in pngusr.dfa.
|
||||||
|
|
||||||
version 1.5.0beta23 [April 28, 2010]
|
version 1.5.0beta23 [April 28, 2010]
|
||||||
|
Corrected PNG_REMOVED macro to take five arguments.
|
||||||
|
The macro was documented with two arguments (name,ordinal), however
|
||||||
|
the symbol checking .dfn files assumed five arguments. The five
|
||||||
|
argument form seems more useful so it is changed to that.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
|||||||
4
CHANGES
4
CHANGES
@ -2685,6 +2685,10 @@ version 1.5.0beta22 [April 28, 2010]
|
|||||||
Revised contrib/pngminim to use the "everything off" option in pngusr.dfa.
|
Revised contrib/pngminim to use the "everything off" option in pngusr.dfa.
|
||||||
|
|
||||||
version 1.5.0beta23 [April 28, 2010]
|
version 1.5.0beta23 [April 28, 2010]
|
||||||
|
Corrected PNG_REMOVED macro to take five arguments.
|
||||||
|
The macro was documented with two arguments (name,ordinal), however
|
||||||
|
the symbol checking .dfn files assumed five arguments. The five
|
||||||
|
argument form seems more useful so it is changed to that.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
|||||||
@ -271,7 +271,7 @@
|
|||||||
|
|
||||||
/* Use PNG_REMOVED to comment out a removed interface. */
|
/* Use PNG_REMOVED to comment out a removed interface. */
|
||||||
#ifndef PNG_REMOVED
|
#ifndef PNG_REMOVED
|
||||||
# define PNG_REMOVED(name, ordinal)
|
# define PNG_REMOVED(type, name, args, attributes, ordinal)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PNG_CALLBACK
|
#ifndef PNG_CALLBACK
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user