June 30, 2026
7:49 p.m.
From: Brendan Shanks <bshanks@codeweavers.com> <sys/auxv.h> already defines the HWCAP_ constants. --- dlls/ntdll/unix/system.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/ntdll/unix/system.c b/dlls/ntdll/unix/system.c index 944c0cb810a..0bcca4a7a26 100644 --- a/dlls/ntdll/unix/system.c +++ b/dlls/ntdll/unix/system.c @@ -1965,8 +1965,6 @@ static WORD append_smbios_boot_info( struct smbios_buffer *buf ) #ifdef __aarch64__ #ifdef linux -#include <asm/hwcap.h> - static DWORD get_core_id_regs_arm64( struct smbios_wine_id_reg_value_arm64 *regs, WORD logical_thread_id ) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11267