wine/dlls/ntdll
2006-06-26 13:06:26 +02:00
..
tests ntdll/tests: Don't use sizeof in ok() to avoid printf format warnings. 2006-06-13 14:03:19 +02:00
.gitignore
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c ntdll: On Solaris, limits.h is required for PATH_MAX. 2006-06-19 22:36:30 +02:00
env.c
error.c
exception.c
file.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Free TLS pointers when exiting thread. 2006-05-27 13:00:33 +02:00
loadorder.c
Makefile.in
misc.c ntdll: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:35:07 +02:00
nt.c
ntdll_misc.h
ntdll.spec ntdll: Added spec entry for NtQueryMultipleValueKey. 2006-06-12 16:10:28 +02:00
om.c ntdll: If ObjectAttributes is NULL then an error is returned at the 2006-06-19 10:29:11 +02:00
path.c Yet another round of redundant NULL checks before HeapFree. 2006-06-13 11:40:23 +02:00
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
serial.c ntdll: Cast termios.c_cflag to avoid a printf format warning. 2006-06-13 14:16:57 +02:00
server.c libwine: Added entry for sigprocmask in the pthread functions table. 2006-06-23 12:27:45 +02:00
signal_i386.c
signal_powerpc.c
signal_sparc.c
signal_x86_64.c
string.c
sync.c
tape.c ntdll: Fixed tape.c compilation on Solaris. 2006-06-20 20:20:45 +02:00
thread.c ntdll: Fix NtQueryInformationThread on non x86. 2006-06-09 21:08:14 +02:00
threadpool.c
time.c ntdll: Add UZT timezone info. 2006-06-26 13:06:26 +02:00
version.c
virtual.c ntdll: Compile VIRTUAL_Dump only when somebody really needs it. 2006-06-20 20:39:17 +02:00
wcstring.c