wine-wine/dlls/ntdll
Alexandre Julliard 6731f33d40 ntdll: Add status code for ELOOP error.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-12-11 21:51:28 +01:00
..
tests ntdll/tests: Enable some more string API tests. 2019-12-09 23:47:45 +01:00
Makefile.in ntdll: Move locale functions to a new locale.c file. 2019-11-19 23:15:04 +01:00
actctx.c ntdll: Use the Rtl UTF8 conversion functions. 2019-12-04 16:03:48 +01:00
atom.c
cdrom.c
critsection.c
crypt.c
debugbuffer.c
debugtools.c kernel32: Move some initialization code to ntdll. 2019-12-04 16:03:48 +01:00
directory.c ntdll: Move locale functions to a new locale.c file. 2019-11-19 23:15:04 +01:00
env.c kernel32: Move some initialization code to ntdll. 2019-12-04 16:03:48 +01:00
error.c
exception.c
file.c ntdll: Add status code for ELOOP error. 2019-12-11 21:51:28 +01:00
handletable.c
heap.c ntdll: S/4Gb/4GB/ in a comment since it refers to bytes. 2019-11-21 19:01:10 +01:00
large_int.c
loader.c kernel32: Remove __wine_kernel_init(). 2019-12-10 18:24:32 +01:00
loadorder.c
locale.c ntdll: Fix contents of the glyph table in generated codepage data. 2019-12-06 22:30:23 +01:00
misc.c
nt.c ntdll: Implement relationship filtering for create_logical_proc_info on linux. 2019-12-02 22:02:56 +01:00
ntdll.spec ntdll: Implement RtlUTF8ToUnicodeN. 2019-12-04 16:03:48 +01:00
ntdll_misc.h ntdll: Implement RtlLocaleNameToLcid(). 2019-11-19 23:15:04 +01:00
om.c
path.c
printf.c
process.c kernel32: Move support for starting Unix processes to ntdll. 2019-11-12 22:05:58 +01:00
reg.c
relay.c
resource.c ntdll: Move locale functions to a new locale.c file. 2019-11-19 23:15:04 +01:00
rtl.c
rtlbitmap.c
rtlstr.c ntdll: Reimplement RtlUnicodeToUTF8N. 2019-12-04 16:03:48 +01:00
sec.c
serial.c
server.c ntdll: Remove trailing \n in fatal_perror() calls. 2019-11-29 17:50:48 +01:00
signal_arm.c
signal_arm64.c ntdll: Initialize FPU context on ARM64. 2019-11-04 09:58:45 +01:00
signal_i386.c
signal_powerpc.c
signal_x86_64.c ntdll: Fix FPU initialization for new threads on x86-64. 2019-11-04 09:45:53 +01:00
string.c
sync.c
tape.c
thread.c ntdll: Add support for querying thread suspend count. 2019-12-03 21:27:14 +01:00
threadpool.c
time.c ntdll: Fix tick count calculation on Mac. 2019-11-28 20:45:46 +01:00
version.c ntdll: Handle version parsing in Unicode. 2019-11-21 19:01:10 +01:00
version.rc
virtual.c ntdll: Add DECLSPEC_HOTPATCH to NtProtectVirtualMemory(). 2019-12-04 16:57:13 +01:00
wcstring.c