From 34a2ebdc4f44fb1e388399df9c00c8f9edfd8512 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 1 Nov 2009 06:59:27 -0600 Subject: [PATCH] [devel] Removed obsolete comments about WindowsCE not having time.h --- pngconf.h | 1 - pngwrite.c | 1 - 2 files changed, 2 deletions(-) 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) {