Sweden-Number/dlls/ntdll
Martin Storsjo 5b3842451b include: Update ARM64 context flag definitions to match current SDKs.
CONTEXT_FLOATING_POINT should be included in CONTEXT_FULL, and
there's a new flag CONTEXT_ARM64_X18 (not available without
the arch specific prefix) that only is part of CONTEXT_ALL.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-21 15:01:56 +02:00
..
tests kernel32: Implement GetEnabledXStateFeatures(). 2020-08-20 21:14:15 +02:00
unix include: Update ARM64 context flag definitions to match current SDKs. 2020-08-21 15:01:56 +02:00
Makefile.in
actctx.c
atom.c
critsection.c
crypt.c
debugbuffer.c
directory.c
env.c
error.c
exception.c kernel32: Implement GetEnabledXStateFeatures(). 2020-08-20 21:14:15 +02:00
handletable.c
heap.c ntdll: Pad HEAP structure so 'flags' offset matches recent Windows. 2020-08-11 18:20:20 +02:00
large_int.c
loader.c ntdll: Call NtContinue() from LdrInitializeThunk() instead of returning. 2020-08-20 18:23:44 +02:00
loadorder.c
locale.c
make_errors
misc.c
nt.c
ntdll.spec kernel32: Implement GetEnabledXStateFeatures(). 2020-08-20 21:14:15 +02:00
ntdll_misc.h ntdll: Call NtContinue() from LdrInitializeThunk() instead of returning. 2020-08-20 18:23:44 +02:00
path.c
printf.c
printf.h
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
server.c
signal_arm.c ntdll: Call NtContinue() from LdrInitializeThunk() instead of returning. 2020-08-20 18:23:44 +02:00
signal_arm64.c include: Update ARM64 context flag definitions to match current SDKs. 2020-08-21 15:01:56 +02:00
signal_i386.c include: Define _XSAVE_FORMAT structure. 2020-08-20 18:49:38 +02:00
signal_x86_64.c ntdll: Call NtContinue() from LdrInitializeThunk() instead of returning. 2020-08-20 18:23:44 +02:00
string.c
sync.c
thread.c
threadpool.c
time.c
unixlib.h
version.c
version.rc
virtual.c ntdll: Call NtContinue() from LdrInitializeThunk() instead of returning. 2020-08-20 18:23:44 +02:00
wcstring.c