mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
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.
This commit is contained in:
parent
3656a81850
commit
43c354a000
@ -46,7 +46,6 @@
|
||||
#if defined _WIN32 && ! defined __CYGWIN__
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# include <windows.h>
|
||||
# include <sysinfoapi.h>
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user