summaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/image.c b/src/image.c
index 07f1426ffd7..519eafb9047 100644
--- a/src/image.c
+++ b/src/image.c
@@ -11556,15 +11556,15 @@ non-numeric, there is no explicit limit on the size of images. */);
#if HAVE_NATIVE_IMAGE_API
DEFSYM (Qnative_image, "native-image");
-#if defined HAVE_NTGUI || defined HAVE_HAIKU
+# if defined HAVE_NTGUI || defined HAVE_HAIKU
DEFSYM (Qbmp, "bmp");
add_image_type (Qbmp);
-#endif
+# endif
-#ifdef HAVE_NTGUI
+# ifdef HAVE_NTGUI
DEFSYM (Qgdiplus, "gdiplus");
DEFSYM (Qshlwapi, "shlwapi");
-#endif
+# endif
#endif
defsubr (&Sinit_image_library);