wine/dlls/ntdll
Eric Pouech 89d42d64d7 ntdll: Implement RtlAddressInSectionTable.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54432
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2023-02-17 18:59:29 +01:00
..
tests ntdll/tests: Test the thread pool stack APIs. 2023-02-17 18:59:29 +01:00
unix ntdll: Avoid a misleading indentation warning. 2023-02-17 18:29:16 +01:00
actctx.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
atom.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
crypt.c
debugbuffer.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
env.c ntdll: Use RTL_CONSTANT_STRING instead of reimplementing it. 2023-02-13 17:02:45 +01:00
error.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
error.h
exception.c include/msvcrt: Add noreturn attribute to _assert. 2023-01-30 18:55:57 +01:00
handletable.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
heap.c ntdll: Remove redundant WARN_ON(heap) check. 2023-01-24 18:15:07 +01:00
large_int.c
loader.c ntdll: Implement RtlAddressInSectionTable. 2023-02-17 18:59:29 +01:00
locale.c ntdll: Initialize a variable to silence a compiler warning. 2023-01-26 22:05:12 +01:00
locale_private.h
make_errors
Makefile.in ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
math.c
misc.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
ntdll.spec ntdll: Implement RtlAddressInSectionTable. 2023-02-17 18:59:29 +01:00
ntdll_misc.h ntdll: Use the unique id of the user locale for resource lookup. 2022-11-16 21:24:18 +01:00
path.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
printf.c
printf.h
process.c
reg.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
relay.c ntdll: Avoid calling RtlInit(Ansi|Unicode)String on a static constant. 2023-02-13 17:02:45 +01:00
resource.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
rtl.c ntdll: Fix integer overflow in RtlUniform. 2023-02-14 20:57:09 +01:00
rtlbitmap.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
rtlstr.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
sec.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
signal_arm.c ntdll: Use the standard unixlib macro for Unix calls. 2023-02-14 20:57:09 +01:00
signal_arm64.c ntdll: Use the standard unixlib macro for Unix calls. 2023-02-14 20:57:09 +01:00
signal_i386.c ntdll: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
signal_x86_64.c ntdll: Use the standard unixlib macro for Unix calls. 2023-02-14 20:57:09 +01:00
string.c
sync.c ntdll: Trace the name of critical sections which are released while not acquired. 2022-12-02 11:04:45 +01:00
thread.c ntdll: Replace the __wine_dbg_write() syscall by a Unix call. 2023-02-14 20:57:09 +01:00
threadpool.c ntdll: Use the thread pool stack information. 2023-02-17 18:59:29 +01:00
time.c ntdll: Use the standard unixlib macro for Unix calls. 2023-02-14 20:57:09 +01: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 ntdll: Look at CurrentMajor/MinorVersionNumber registry values before CurrentVersion. 2023-02-09 17:56:00 +01:00
version.rc
wcstring.c