Sweden-Number/dlls/ntdll
Jacek Caban 180f7cf412 ntdll: Always use GNU _CI* functions implementation on clang.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-17 23:16:52 +02:00
..
tests ntdll/tests: Fix a copy-paste error. 2020-07-17 11:00:57 +02:00
unix ntdll: Move some power stub functions to the Unix library. 2020-07-17 23:16:51 +02:00
Makefile.in ntdll: Move the remaining file functions to the Unix library. 2020-07-17 23:16:51 +02:00
actctx.c
atom.c ntdll: Move the atom system calls to the Unix library. 2020-07-17 23:16:51 +02:00
critsection.c
crypt.c
debugbuffer.c
directory.c ntdll: Use syscall thunks for file functions. 2020-07-17 00:04:13 +02:00
env.c ntdll: Move some system stub functions to the Unix library. 2020-07-17 23:16:51 +02:00
error.c
exception.c ntdll: Use syscall thunks for thread functions. 2020-07-17 00:04:13 +02:00
handletable.c
heap.c ntdll: Fix RtlSizeHeap() error value for 64-bit. 2020-07-15 16:33:02 +02:00
large_int.c
loader.c
loadorder.c
locale.c
make_errors
misc.c ntdll: Always use GNU _CI* functions implementation on clang. 2020-07-17 23:16:52 +02:00
nt.c ntdll: Move some power stub functions to the Unix library. 2020-07-17 23:16:51 +02:00
ntdll.spec ntdll: Move some power stub functions to the Unix library. 2020-07-17 23:16:51 +02:00
ntdll_misc.h ntdll: Move more object manager functions to the Unix library. 2020-07-17 23:16:51 +02:00
om.c ntdll: Move more object manager functions to the Unix library. 2020-07-17 23:16:51 +02:00
path.c
printf.c
printf.h
process.c ntdll: Use syscall thunks for process functions. 2020-07-17 00:04:13 +02:00
reg.c ntdll: Move the registry system calls to the Unix library. 2020-07-17 23:16:51 +02:00
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
server.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_x86_64.c ntdll: Fix PE unwind info for %rsi, %rdi in KiUserExceptionDispatcher. 2020-07-17 00:04:13 +02:00
string.c
sync.c ntdll: Move some timer stub functions to the Unix library. 2020-07-17 23:16:51 +02:00
thread.c ntdll: Use syscall thunks for thread functions. 2020-07-17 00:04:13 +02:00
threadpool.c
time.c ntdll: Use syscall thunks for system functions. 2020-07-17 00:04:13 +02:00
unixlib.h ntdll: Use syscall thunks for object manager functions. 2020-07-17 00:04:13 +02:00
version.c
version.rc
virtual.c ntdll: Use syscall thunks for virtual memory functions. 2020-07-17 00:04:13 +02:00
wcstring.c