> From: Collin Funk
> Cc: Paul Eggert , Bruno Haible ,
> emacs-de...@gnu.org, bug-gnulib@gnu.org
> Date: Tue, 04 Jun 2024 11:39:12 -0700
>
> Eli Zaretskii writes:
>
> > However, that header is not really needed here because the
> > signature of the GetTickCount64 function, which boot-time-a
Hi Eli,
Eli Zaretskii writes:
> However, that header is not really needed here because the
> signature of the GetTickCount64 function, which boot-time-aux.h now
> calls, is completely defined in boot-time-aux.h:
>
> typedef ULONGLONG (WINAPI * GetTickCount64FuncType) (void);
[...]
> So I think
Paul imported today the latest changes from Gnulib, and that broke the
Emacs MinGW build on the master branch when mingw.org's MinGW is used:
boot-time.c:49:11: fatal error: sysinfoapi.h: No such file or directory
49 | # include
| ^~
compilation terminated.