• Martin Storsjo's avatar
    include: Check whether the ms_abi attribute is supported on aarch64. · dac1e16d
    Martin Storsjo authored
    While wine's configure checks and requires that the ms_abi attribute
    is supported on aarch64 (without it, variadic functions don't have the
    correct ABI), these headers are also included when building widl as a
    generic cross compilation tool as part of mingw-w64-tools. In the case
    of widl, the functions that use these attributes (and in particular,
    their ABI) doesn't matter as they aren't used/called, they're just
    included as a side effect of including the headers that widl actually
    needs.
    
    This fixes building the widl tool for aarch64 linux with GCC, even if
    wine itself can't be built in that configuration.
    
    Only windef.h is used/needed by widl, but update msvcrt/corecrt.h as
    well to keep these definitions in sync.
    Signed-off-by: 's avatarMartin Storsjo <martin@martin.st>
    Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    dac1e16d
Name
Last commit
Last update
..
sys Loading commit data...
assert.h Loading commit data...
complex.h Loading commit data...
conio.h Loading commit data...
corecrt.h Loading commit data...
corecrt_io.h Loading commit data...
corecrt_startup.h Loading commit data...
corecrt_stdio_config.h Loading commit data...
corecrt_wctype.h Loading commit data...
corecrt_wdirect.h Loading commit data...
corecrt_wio.h Loading commit data...
corecrt_wprocess.h Loading commit data...
corecrt_wstdio.h Loading commit data...
corecrt_wstdlib.h Loading commit data...
corecrt_wstring.h Loading commit data...
corecrt_wtime.h Loading commit data...
crtdbg.h Loading commit data...
crtdefs.h Loading commit data...
ctype.h Loading commit data...
direct.h Loading commit data...
dirent.h Loading commit data...
dos.h Loading commit data...
eh.h Loading commit data...
errno.h Loading commit data...
fcntl.h Loading commit data...
fenv.h Loading commit data...
float.h Loading commit data...
fpieee.h Loading commit data...
intrin.h Loading commit data...
inttypes.h Loading commit data...
io.h Loading commit data...
limits.h Loading commit data...
locale.h Loading commit data...
malloc.h Loading commit data...
math.h Loading commit data...
mbctype.h Loading commit data...
mbstring.h Loading commit data...
memory.h Loading commit data...
process.h Loading commit data...
search.h Loading commit data...
setjmp.h Loading commit data...
share.h Loading commit data...
signal.h Loading commit data...
stdbool.h Loading commit data...
stddef.h Loading commit data...
stdint.h Loading commit data...
stdio.h Loading commit data...
stdlib.h Loading commit data...
string.h Loading commit data...
time.h Loading commit data...
uchar.h Loading commit data...
unistd.h Loading commit data...
wchar.h Loading commit data...
wctype.h Loading commit data...