Sweden-Number/dlls/ntdll
Alexandre Julliard 4137aecaa5 Changed LdrLoadDll to only search for the dll in the specified path,
using ntdll functions.
Moved LOAD_WITH_ALTERED_SEARCH_PATH functionality to LoadLibraryEx
where it belongs.
2003-10-02 04:58:49 +00:00
..
tests Various test fixes for XP/msvc. 2003-09-25 20:29:40 +00:00
.cvsignore
Makefile.in Moved loadorder support to dlls/ntdll. 2003-09-25 20:33:41 +00:00
cdrom.c
critsection.c
debugtools.c Remove redundant includes. 2003-09-17 04:16:51 +00:00
env.c Store module names in Unicode in the server. 2003-09-30 01:04:19 +00:00
error.c Documentation updates. 2003-09-24 05:14:39 +00:00
exception.c
file.c
heap.c
large_int.c Documentation updates. 2003-10-01 03:20:21 +00:00
loader.c Changed LdrLoadDll to only search for the dll in the specified path, 2003-10-02 04:58:49 +00:00
loadorder.c Converted the load order code to use Unicode throughout. 2003-09-27 03:50:40 +00:00
misc.c
nt.c Store module names in Unicode in the server. 2003-09-30 01:04:19 +00:00
ntdll.spec Moved the wine server client-side support to dlls/ntdll. Removed a 2003-09-18 23:27:19 +00:00
ntdll_misc.h Converted most of the loader code to Unicode. 2003-09-29 20:42:24 +00:00
om.c
path.c Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U. 2003-10-02 04:43:45 +00:00
process.c Implemented kernel32.GetIoProcessCounters and stubbed 2003-09-19 00:06:45 +00:00
reg.c
relay.c Converted most of the loader code to Unicode. 2003-09-29 20:42:24 +00:00
resource.c
rtl.c Moved the Windows version code to dlls/ntdll, and implemented 2003-09-24 05:26:00 +00:00
rtlbitmap.c
rtlstr.c
sec.c
server.c Moved the wine server client-side support to dlls/ntdll. Removed a 2003-09-18 23:27:19 +00:00
signal_i386.c Moved synchronization and syslevel routines to dlls/kernel. 2003-09-18 04:39:13 +00:00
signal_powerpc.c
signal_sparc.c
string.c
sync.c
sysdeps.c
thread.c
time.c Cast time_t parameters to fprintf(...,"%l",...) to long. 2003-10-02 04:29:30 +00:00
version.c Moved the Windows version code to dlls/ntdll, and implemented 2003-09-24 05:26:00 +00:00
virtual.c
wcstring.c