[devel] Added PNG_CONVERT_tIME_SUPPORTED macro.
diff --git a/png.h b/png.h
index 770a134..5b375cb 100644
--- a/png.h
+++ b/png.h
@@ -1441,18 +1441,15 @@
PNGARG((png_structp png_ptr, png_timep ptime));
#endif
-#ifdef PNG_WRITE_tIME_SUPPORTED
+#ifdef PNG_CONVERT_tIME_SUPPORTED
/* Convert from a struct tm to png_time */
-# ifndef _WIN32_WCE
-/* "tm" structure is not supported on WindowsCE */
extern PNG_EXPORT(void,png_convert_from_struct_tm) PNGARG((png_timep ptime,
struct tm FAR * ttime));
/* Convert from time_t to png_time. Uses gmtime() */
extern PNG_EXPORT(void,png_convert_from_time_t) PNGARG((png_timep ptime,
time_t ttime));
-# endif /* _WIN32_WCE */
-#endif /* PNG_WRITE_tIME_SUPPORTED */
+#endif /* PNG_CONVERT_tIME_SUPPORTED */
#ifdef PNG_READ_EXPAND_SUPPORTED
/* Expand data to 24-bit RGB, or 8-bit grayscale, with alpha if available. */