Sweden-Number/dlls/ntdll
Dmitry Timoshkov 85d4281616 Implement LCMapString using unicode collation tables.
Move CompareString and LCMapString to dlls/kernel/locale.c.
2003-06-27 19:02:23 +00:00
..
tests - kernel32's environment tests: a few more tests now succeed 2003-06-18 03:24:20 +00:00
.cvsignore
Makefile.in Moved some of the process functions to dlls/kernel. 2003-06-27 04:08:04 +00:00
cdrom.c - started implementing ntdll.NtDeviceIoControlFile and made 2003-06-24 19:28:21 +00:00
critsection.c Add the ID of the blocking thread to the error message. 2003-06-16 19:36:22 +00:00
debugtools.c Implement LCMapString using unicode collation tables. 2003-06-27 19:02:23 +00:00
env.c - fixed a couple of bugs in ntdll environment functions (one in trace, 2003-06-18 03:23:22 +00:00
error.c
exception.c
file.c - made async.h ready for use in ntdll: replaced all calls to kernel32 2003-06-26 02:08:17 +00:00
heap.c - in kernel32, replaced all {Enter|Leave}CriticalSection calls with 2003-06-23 18:12:28 +00:00
large_int.c
loader.c Make sure to return an error if load_dll fails because the load order 2003-06-27 04:06:23 +00:00
misc.c
nt.c Implemented timer related functions in ntdll and make the kernel32 2003-05-20 04:00:42 +00:00
ntdll.spec - start moving a few file related functions from files/file.c to 2003-06-24 02:32:01 +00:00
ntdll_misc.h - started implementing ntdll.NtDeviceIoControlFile and made 2003-06-24 19:28:21 +00:00
om.c Implemented NtQueryObject and NtSetInformationObject for the 2003-05-20 19:20:42 +00:00
path.c Implemented: 2003-06-16 01:24:30 +00:00
reg.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAclInformation. 2003-06-16 19:44:06 +00:00
signal_i386.c Remove SIGALRM handler. 2003-06-16 01:18:26 +00:00
signal_powerpc.c
signal_sparc.c
string.c
sync.c - made async.h ready for use in ntdll: replaced all calls to kernel32 2003-06-26 02:08:17 +00:00
sysdeps.c Moved some of the process functions to dlls/kernel. 2003-06-27 04:08:04 +00:00
thread.c
time.c Typos/spelling fixes. 2003-06-18 03:30:39 +00:00
virtual.c Fixed section mapping in PE loading when both 2003-06-21 02:02:27 +00:00
wcstring.c