mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added "#ifdef _AIX; #define _ALL_SOURCE 1; #endif" to pngpriv.h,
otherwise AIX reserves "jmpbuf" and renames it to "__jmpbuf".
This commit is contained in:
parent
6a9e480512
commit
81dab093fc
2
ANNOUNCE
2
ANNOUNCE
@ -59,6 +59,8 @@ version 1.5.0beta07 [February 19, 2010]
|
|||||||
Noted in scripts/makefile.mingw that it expects to be run under MSYS.
|
Noted in scripts/makefile.mingw that it expects to be run under MSYS.
|
||||||
Removed obsolete unused MMX-querying support from contrib/gregbook
|
Removed obsolete unused MMX-querying support from contrib/gregbook
|
||||||
Added exported png_longjmp() function.
|
Added exported png_longjmp() function.
|
||||||
|
Added "#ifdef _AIX; #define _ALL_SOURCE 1; #endif" at the top of pngpriv.h,
|
||||||
|
otherwise AIX reserves "jmpbuf" and renames it to "__jmpbuf".
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
2
CHANGES
2
CHANGES
@ -2535,6 +2535,8 @@ version 1.5.0beta07 [February 19, 2010]
|
|||||||
wherever png_snprintf() is used to construct error and warning messages.
|
wherever png_snprintf() is used to construct error and warning messages.
|
||||||
Removed obsolete unused MMX-querying support from contrib/gregbook
|
Removed obsolete unused MMX-querying support from contrib/gregbook
|
||||||
Added exported png_longjmp() function.
|
Added exported png_longjmp() function.
|
||||||
|
Added "#ifdef _AIX; #define _ALL_SOURCE 1; #endif" at the top of pngpriv.h,
|
||||||
|
otherwise AIX reserves "jmpbuf" and renames it to "__jmpbuf".
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user