Sweden-Number/dlls/ntdll
Brendan Shanks fe52b067bf ntdll: Avoid truncating pointer to 32-bits in get_cpu_area().
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-20 17:21:10 +02:00
..
tests ntdll/tests: Add a basic test for MEM_RESERVE_PLACEHOLDER. 2022-05-20 12:24:38 +02:00
unix ntdll: Avoid truncating pointer to 32-bits in get_cpu_area(). 2022-05-20 17:21:10 +02:00
Makefile.in
actctx.c ntdll: Add support for 2019 and 2020 WindowsSettings namespaces. 2022-04-13 16:08:30 +02:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c
handletable.c
heap.c ntdll: Cleanup HEAP_FindFreeBlock and rename it to find_free_block. 2022-05-20 12:24:38 +02:00
large_int.c ntdll: Check __WINE_PE_BUILD instead of compiler macros. 2022-03-01 10:35:00 +01:00
loader.c ntdll: Support overriding the codepage from the manifest. 2022-04-13 16:08:30 +02:00
locale.c ntdll: Support overriding the codepage from the manifest. 2022-04-13 16:08:30 +02:00
locale_private.h ntdll: Move more codepage conversion functions to the common header. 2022-04-11 11:54:54 +02:00
make_errors
math.c
misc.c ntdll: Implement ApiSetQueryApiSetPresence/Ex(). 2022-02-22 18:20:23 +01:00
ntdll.spec ntdll: Partially implement NtUnmapViewOfSectionEx(). 2022-05-05 18:35:28 +02:00
ntdll_misc.h ntdll: Use RtlLcidToLocaleName() in the preferred UI language stub. 2022-03-22 17:39:01 +01:00
path.c
printf.c
printf.h
process.c ntdll: Avoid truncating pointer to 32-bits in get_cpu_area(). 2022-05-20 17:21:10 +02:00
reg.c ntdll: Calculate buffer sizes from registry structs correctly. 2022-05-20 13:32:34 +02:00
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c ntdll: Fix the spelling of a comment. 2022-02-23 20:19:29 +01:00
signal_arm.c ntdll: Fix accidentally used 64 bit types in signal_arm.c. 2022-05-11 13:54:11 +02:00
signal_arm64.c
signal_i386.c
signal_x86_64.c
string.c ntdll: Support UTF-8 codepage in string conversion functions. 2022-04-11 11:54:54 +02:00
sync.c ntdll: Use YieldProcessor() in RtlEnterCriticalSection(). 2022-02-15 10:34:31 +01:00
thread.c
threadpool.c
time.c
unixlib.h
version.c
version.rc
wcstring.c