提交 34a2ebdc 编写于 作者: G Glenn Randers-Pehrson

[devel] Removed obsolete comments about WindowsCE not having time.h

上级 418783e7
...@@ -1026,7 +1026,6 @@ ...@@ -1026,7 +1026,6 @@
/* Need the time information for reading tIME chunks */ /* Need the time information for reading tIME chunks */
#ifdef PNG_tIME_SUPPORTED #ifdef PNG_tIME_SUPPORTED
/* "time.h" functions are not supported on WindowsCE */
# include <time.h> # include <time.h>
#endif #endif
......
...@@ -421,7 +421,6 @@ png_write_end(png_structp png_ptr, png_infop info_ptr) ...@@ -421,7 +421,6 @@ png_write_end(png_structp png_ptr, png_infop info_ptr)
} }
#ifdef PNG_WRITE_tIME_SUPPORTED #ifdef PNG_WRITE_tIME_SUPPORTED
/* "time.h" functions are not supported on WindowsCE */
void PNGAPI void PNGAPI
png_convert_from_struct_tm(png_timep ptime, struct tm FAR * ttime) png_convert_from_struct_tm(png_timep ptime, struct tm FAR * ttime)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册