wine/dlls/ntdll
Alexandre Julliard c6d9577017 ntdll: Default to native loadorder for the main exe if not in system directory.
Unlike dlls, executables can have the same name without necessarily
being the same application, so defaulting to native is more likely to
do the right thing.
2006-08-15 19:48:08 +02:00
..
tests
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c ntdll: Fixed buffer overflow in NtQueryDirectoryFile optimisation. 2006-08-07 13:53:31 +02:00
env.c
error.c
exception.c
file.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Move the calling of the process entry point back to kernel32. 2006-07-31 21:25:29 +02:00
loadorder.c ntdll: Default to native loadorder for the main exe if not in system directory. 2006-08-15 19:48:08 +02:00
Makefile.in
misc.c
nt.c server: Convert the server start time to the abs_time_t type. 2006-07-26 14:50:55 +02:00
ntdll_misc.h server: Convert the server start time to the abs_time_t type. 2006-07-26 14:50:55 +02:00
ntdll.spec ntdll: Fix some function arguments. 2006-08-04 11:59:25 +02:00
om.c
path.c
process.c ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't deal only with timeouts. 2006-07-26 14:49:13 +02:00
reg.c
relay.c
resource.c
rtl.c ntdll: Fix some function arguments. 2006-08-04 11:59:25 +02:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c
server.c ntdll: Fix a race condition at thread exit. 2006-08-04 12:04:39 +02:00
signal_i386.c ntdll: Remove some macros and clean up the code now that all platforms use siginfo. 2006-08-11 14:45:11 +02:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c
string.c
sync.c ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't deal only with timeouts. 2006-07-26 14:49:13 +02:00
tape.c
thread.c server: Convert thread creation/exit times to the abs_time_t type. 2006-07-26 14:49:55 +02:00
threadpool.c
time.c server: Convert the server start time to the abs_time_t type. 2006-07-26 14:50:55 +02:00
version.c
virtual.c ntdll: Use the right section size when setting protections. 2006-07-30 09:59:46 +02:00
wcstring.c