Changed the init code to make libwine load only ntdll and transfer
commit410e6b7b39a0c029a67a4d80fdb598ced83549b4
authorAlexandre Julliard <julliard@winehq.org>
Fri, 10 Oct 2003 00:12:17 +0000 (10 00:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 10 Oct 2003 00:12:17 +0000 (10 00:12 +0000)
treeacab6c29a4dad8f8bff38fb0b7b1530a2052c076
parent3da1e2464321311d97e622a81df17b69a62f7923
Changed the init code to make libwine load only ntdll and transfer
control to it, and then have ntdll load kernel32 using the normal
loader mechanisms.
Get rid of BUILTIN32_LoadExeModule.
dlls/kernel/kernel32.spec
dlls/kernel/process.c
dlls/ntdll/heap.c
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/server.c
include/module.h
include/winternl.h
libs/wine/loader.c