ntdll: Generate syscall entry points from the C code with asm macros.
commit48a54598279c638070c890bd6a8be305b4bfda7d
authorAlexandre Julliard <julliard@winehq.org>
Mon, 20 Nov 2023 17:06:33 +0000 (20 18:06 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Nov 2023 17:08:27 +0000 (20 18:08 +0100)
tree86782c676a299051cbfe375fdf38909786cfab4c
parent5148911b818e385bc437ac7b256b7cef826f8065
ntdll: Generate syscall entry points from the C code with asm macros.
dlls/ntdll/signal_arm.c
dlls/ntdll/signal_arm64.c
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_x86_64.c
include/wine/asm.h
tools/winebuild/import.c