Sweden-Number/dlls/ntdll
Alexandre Julliard 1a43c5de71 ntdll: Use proper flags instead of characters for printf flags.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-07 19:24:27 +02:00
..
tests ntdll/tests: Enable a few tests on all platforms. 2020-07-07 13:10:13 +02:00
unix ntdll: Reimplement NtQuerySystemInformation(SystemProcessInformation) using a single server call. 2020-07-07 19:24:27 +02:00
Makefile.in
actctx.c
atom.c
critsection.c
crypt.c
debugbuffer.c
directory.c
env.c
error.c
exception.c
file.c ntdll: Use syscalls for NtCreateFile() and NtOpenFile(). 2020-07-07 13:07:23 +02:00
handletable.c
heap.c
large_int.c
loader.c
loadorder.c
locale.c ntdll: Avoid importing the codepage functions from the Unix library. 2020-07-01 10:59:35 +02:00
make_errors
misc.c
nt.c
ntdll.spec ntdll: Use syscalls for NtCreateFile() and NtOpenFile(). 2020-07-07 13:07:23 +02:00
ntdll_misc.h
om.c
path.c
printf.c ntdll: Use proper flags instead of characters for printf flags. 2020-07-07 19:24:27 +02:00
process.c
reg.c
relay.c ntdll: Fix 64-bit values printing in relay. 2020-07-06 21:04:45 +02:00
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
server.c
signal_arm.c
signal_arm64.c
signal_i386.c ntdll: Fix KiUserExceptionDispatcher ABI on x86. 2020-07-07 13:07:23 +02:00
signal_x86_64.c ntdll: Don't call NtRaiseException() on x64 if debugger is not present. 2020-07-07 13:07:23 +02:00
string.c
sync.c
thread.c
threadpool.c
time.c
unixlib.h ntdll: Use syscalls for NtCreateFile() and NtOpenFile(). 2020-07-07 13:07:23 +02:00
version.c
version.rc
virtual.c
wcstring.c