wine/dlls/ntdll
Billy Laws 954bf9e050 ntdll: Avoid using SOL_IPX to detect whether IPX is supported.
4.18+ Linux kernels remove support for IPX but keep SOL_IPX defined, which
causes compilation errors as wine unconditionally uses IPX structures if
this is the case. Instead check for IPX_MTU to determine IPX support as it is
defined within the ipx.h header itself.
2023-07-04 20:52:17 +02:00
..
tests ntdll: Implement NtQueryVirtualMemory(MemoryImageInformation). 2023-07-03 12:16:49 +02:00
unix ntdll: Avoid using SOL_IPX to detect whether IPX is supported. 2023-07-04 20:52:17 +02:00
actctx.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
atom.c
crypt.c
debugbuffer.c
env.c ntdll: Use RTL_CONSTANT_STRING instead of reimplementing it. 2023-02-13 17:02:45 +01:00
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: Allow RtlAllocateHeap to crash with invalid handle. 2023-06-12 21:21:35 +02: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 ntdll: Use the sin() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
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 RtlIsCurrentProcess/Thread. 2023-07-03 22:15:42 +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 RtlIsCurrentProcess/Thread. 2023-07-03 22:15:42 +02:00
reg.c
relay.c ntdll: Avoid calling RtlInit(Ansi|Unicode)String on a static constant. 2023-02-13 17:02:45 +01:00
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 ntdll: Print correct thread rename trace when using current thread ID with exception method. 2023-03-23 14:31:23 +01:00
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 ntdll: Replace the wine_server_handle_to_fd() syscall by a Unix call. 2023-02-14 20:57:09 +01:00
version.c
version.rc
wcstring.c