wine/dlls/ntdll
Francois Gouget abdca2f74b ntdll/tests: Fix the basic file informations failure messages.
Set the messages to accurately reflect what is being tested, make them
unique and trace bad values.
2023-07-31 18:26:50 +09:00
..
tests ntdll/tests: Fix the basic file informations failure messages. 2023-07-31 18:26:50 +09:00
unix server: Move the implementation of IOCTL_AFD_GET_EVENTS to a dedicated server call. 2023-07-24 22:51:00 +02:00
actctx.c ntdll: Fail loudly if RtlActivateActivationContextEx fails to allocate memory. 2023-07-13 23:42:46 +02:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
handletable.c
heap.c ntdll: Match Windows used block filling. 2023-07-27 13:12:06 +09:00
large_int.c
loader.c ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
locale.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
locale_private.h
make_errors
Makefile.in
math.c ntdll: Use the fabs() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
misc.c
ntdll.spec ntdll: Implement RtlWow64GetSharedInfoProcess(). 2023-07-11 18:34:17 +02:00
ntdll_misc.h ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
path.c
printf.c
printf.h
process.c ntdll: Implement RtlWow64GetSharedInfoProcess(). 2023-07-11 18:34:17 +02:00
reg.c
relay.c
resource.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
rtl.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
rtlbitmap.c ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time. 2023-04-22 17:34:32 +02:00
rtlstr.c
sec.c ntdll: Fix the prototype of NtDuplicateToken(). 2023-05-08 20:02:26 +02:00
signal_arm.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
signal_arm64.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
signal_i386.c
signal_x86_64.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
string.c
sync.c ntdll: Simplify critical section timeout logic. 2023-06-05 14:01:07 +02:00
thread.c ntdll: Implement RtlIsCurrentProcess/Thread. 2023-07-03 22:15:42 +02:00
threadpool.c ntdll: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-05-30 12:12:09 +02:00
time.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
unixlib.h
version.c
version.rc
wcstring.c