]> git.eshelyaron.com Git - emacs.git/commit
Unbreak the Cygw32 build
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Jun 2024 13:34:53 +0000 (16:34 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 8 Jun 2024 12:58:47 +0000 (14:58 +0200)
commit91d5a13af9f0154bcb4b4493fda19165188b92ad
treed7ebafc9a1a2e2c0cb2498f799542cb2897ccddd
parent26fece60df849699889cebd6c395832ec2b17dbd
Unbreak the Cygw32 build

It was broken by latest changes to w32image.c.
* src/emacs.c (main): Call 'syms_of_w32image' and
'globals_of_w32image' only if native image APIs are enabled.
(Bug#71412)

(cherry picked from commit b4b4c0fec4c52a8f9b067d1cca53fa8ddbf03799)
src/emacs.c