diff --git a/pngconf.h b/pngconf.h index 9d375d59b..97a0eb161 100644 --- a/pngconf.h +++ b/pngconf.h @@ -1026,7 +1026,6 @@ /* Need the time information for reading tIME chunks */ #ifdef PNG_tIME_SUPPORTED - /* "time.h" functions are not supported on WindowsCE */ # include #endif diff --git a/pngwrite.c b/pngwrite.c index 4c479f265..44c754297 100644 --- a/pngwrite.c +++ b/pngwrite.c @@ -421,7 +421,6 @@ png_write_end(png_structp png_ptr, png_infop info_ptr) } #ifdef PNG_WRITE_tIME_SUPPORTED -/* "time.h" functions are not supported on WindowsCE */ void PNGAPI png_convert_from_struct_tm(png_timep ptime, struct tm FAR * ttime) {