From: Stefan Kangas Date: Sat, 10 Sep 2022 03:29:54 +0000 (+0200) Subject: * src/w32image.c (w32_can_use_native_image_api): Fix comment. X-Git-Tag: emacs-29.0.90~1856^2~622 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72daa8b95aff464e204cc9498b7bed8aecd05661;p=emacs.git * src/w32image.c (w32_can_use_native_image_api): Fix comment. --- 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; }