From 72daa8b95aff464e204cc9498b7bed8aecd05661 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 10 Sep 2022 05:29:54 +0200 Subject: [PATCH] * src/w32image.c (w32_can_use_native_image_api): Fix comment. --- src/w32image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32image.c b/src/w32image.c index da748b8dab4..af10d2bd265 100644 --- a/src/w32image.c +++ b/src/w32image.c @@ -256,7 +256,7 @@ w32_can_use_native_image_api (Lisp_Object type) || EQ (type, Qbmp) || EQ (type, Qnative_image))) { - /* GDI+ can also display BMP, Exif, ICON, WMF, and EMF images. + /* GDI+ can also display Exif, ICON, WMF, and EMF images. But we don't yet support these in image.c. */ return false; } -- 2.39.2