summaryrefslogtreecommitdiff
path: root/pngconf.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-03 12:28:14 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-03 12:28:14 -0600
commitead562ed05994ea290c565124fd33b776e79e311 (patch)
treefea045bed6170c0cb2b0e530c4455054bd856410 /pngconf.h
parent8cf8726c7cad54781809782f06af33ecef26e1ef (diff)
downloadlibpng-ead562ed05994ea290c565124fd33b776e79e311.tar.gz
[master] Make PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
Diffstat (limited to 'pngconf.h')
-rw-r--r--pngconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngconf.h b/pngconf.h
index d3c986bcf..d648e39f9 100644
--- a/pngconf.h
+++ b/pngconf.h
@@ -1162,7 +1162,7 @@
# endif
#endif
-#ifdef PNG_tIME_SUPPORTED
+#ifdef PNG_WRITE_tIME_SUPPORTED
# ifndef PNG_NO_CONVERT_tIME
# ifndef _WIN32_WCE
/* The "tm" structure is not supported on WindowsCE */