[devel] Make PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
This commit is contained in:
parent
45b8761bc8
commit
74b5acc35d
2
ANNOUNCE
2
ANNOUNCE
@ -607,7 +607,7 @@ version 1.4.0beta91 [November 3, 2009]
|
|||||||
|
|
||||||
version 1.4.0beta92 [November 3, 2009]
|
version 1.4.0beta92 [November 3, 2009]
|
||||||
Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
|
Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
|
||||||
Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_tIME_SUPPORTED
|
Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
|
||||||
|
|
||||||
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
@ -2293,7 +2293,7 @@ version 1.4.0beta91 [November 3, 2009]
|
|||||||
|
|
||||||
version 1.4.0beta92 [November 3, 2009]
|
version 1.4.0beta92 [November 3, 2009]
|
||||||
Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
|
Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
|
||||||
Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_tIME_SUPPORTED
|
Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
|
||||||
|
|
||||||
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
|
||||||
|
@ -999,7 +999,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PNG_tIME_SUPPORTED
|
#ifdef PNG_WRITE_tIME_SUPPORTED
|
||||||
# ifndef PNG_NO_CONVERT_tIME
|
# ifndef PNG_NO_CONVERT_tIME
|
||||||
# ifndef _WIN32_WCE
|
# ifndef _WIN32_WCE
|
||||||
/* The "tm" structure is not supported on WindowsCE */
|
/* The "tm" structure is not supported on WindowsCE */
|
||||||
|
Loading…
Reference in New Issue
Block a user