Moved loadorder support to dlls/ntdll.
commit2052538a47d2143ba6fae757562067676aa35036
authorAlexandre Julliard <julliard@winehq.org>
Thu, 25 Sep 2003 20:33:41 +0000 (25 20:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 25 Sep 2003 20:33:41 +0000 (25 20:33 +0000)
treeac54bc8a541bc82c7ad6163f26b161a8aaeb7b34
parent1d2eb37bde0b9fcf136b00fec7eb0eb2a0dd1f29
Moved loadorder support to dlls/ntdll.
Removed the --dll option and replaced it by the WINEDLLOVERRIDES
environment variable.
dlls/kernel/ne_module.c
dlls/kernel/process.c
dlls/ntdll/Makefile.in
dlls/ntdll/loader.c
dlls/ntdll/loadorder.c [moved from loader/loadorder.c with 72% similarity]
dlls/ntdll/ntdll_misc.h
documentation/wine.man.in
include/module.h
misc/options.c
tools/runtest