diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32image.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 256 | || EQ (type, Qbmp) | 256 | || EQ (type, Qbmp) |
| 257 | || EQ (type, Qnative_image))) | 257 | || EQ (type, Qnative_image))) |
| 258 | { | 258 | { |
| 259 | /* GDI+ can also display BMP, Exif, ICON, WMF, and EMF images. | 259 | /* GDI+ can also display Exif, ICON, WMF, and EMF images. |
| 260 | But we don't yet support these in image.c. */ | 260 | But we don't yet support these in image.c. */ |
| 261 | return false; | 261 | return false; |
| 262 | } | 262 | } |