[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mingw-w64 build failure
From: |
Eli Zaretskii |
Subject: |
Re: mingw-w64 build failure |
Date: |
Thu, 13 May 2021 15:24:41 +0300 |
> From: Richard Copley <rcopley@gmail.com>
> Date: Thu, 13 May 2021 12:35:36 +0100
>
> As of this[1] revision of the mingw-w64 headers, building "w32image.o"
> fails with error:
>
> In file included from w32image.c:32:
> w32common.h:45:3: error: expected identifier before numeric constant
> 45 | OS_NT
> | ^~~~~
>
> OS_NT is defined to 1 in "shlwapi.h", condtional on
> !defined(NO_SHLWAPI_ISOS).
Thanks, this was already fixed on the emacs-27 branch, and the fix
will soon be merged to the master branch.