; * src/image.c (syms_of_image): Fix whitespace.
This commit is contained in:
parent
b1e9151915
commit
e96061de95
1 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue