diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index cf96cae0385..066db74f786 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -5642,7 +5642,7 @@ png_image_p (Lisp_Object object) | |||
| 5642 | #endif /* HAVE_PNG || HAVE_NS || USE_CAIRO */ | 5642 | #endif /* HAVE_PNG || HAVE_NS || USE_CAIRO */ |
| 5643 | 5643 | ||
| 5644 | 5644 | ||
| 5645 | #if defined HAVE_PNG && !defined HAVE_NS | 5645 | #if (defined HAVE_PNG && !defined HAVE_NS) || defined USE_CAIRO |
| 5646 | 5646 | ||
| 5647 | # ifdef WINDOWSNT | 5647 | # ifdef WINDOWSNT |
| 5648 | /* PNG library details. */ | 5648 | /* PNG library details. */ |