]> git.eshelyaron.com Git - emacs.git/commit
Fix WINDOWSNT build of fileio.c and image.c
authorPo Lu <luangruo@yahoo.com>
Fri, 17 Mar 2023 13:21:01 +0000 (21:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 17 Mar 2023 13:21:01 +0000 (21:21 +0800)
commit6e83b727061857fb640345fb59b1403e27a8dc23
treed3438594403c1f82bc850c78f76d6fc7a9f7a997
parente7025ed689dcc1640328f7a0e2039c3c4e2d45ee
Fix WINDOWSNT build of fileio.c and image.c

* src/fileio.c (emacs_fd_to_int): Don't define on WINDOWSNT.
* src/image.c (image_create_bitmap_from_data): Don't abort if
!defined HAVE_ANDROID.
src/fileio.c
src/image.c