]> git.eshelyaron.com Git - emacs.git/commit
Fix the build with mingw.org's MinGW
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Jun 2024 16:12:38 +0000 (19:12 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 5 Jun 2024 10:14:57 +0000 (12:14 +0200)
commitae21f026c36aae84d8af99a7c8824f832a2a03dd
tree00cd2916e35cbc5cef819d59efe79d8115f2edeb
parenta43a736cb542826d671aedc7936184385c3c2590
Fix the build with mingw.org's MinGW

The change in boot-time.c imported from Gnulib broke the
MinGW build using mingw.org's MinGW.  It is wrong to include
sysinfoapi.h, MS documentation says to include <windows.h>.
* lib/boot-time.c: Don't include sysinfoapi.h.

(cherry picked from commit 43c354a0004145c04bbc6adf0cfaa8c21403ad8c)
lib/boot-time.c