Modified process creation sequence: call PE_CreateModule in the
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Wed, 24 Feb 1999 14:27:07 +0000 (14:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 24 Feb 1999 14:27:07 +0000 (14:27 +0000)
commit1d90d69f088ac34848d32a79afc790d0e60a18ba
treeac963698efaf3c7c7afcc27a985285ef5ccb167e
parent219cfd83879721aee3ec2af9d3ccffc60dfa0ad4
Modified process creation sequence: call PE_CreateModule in the
context of the new process (in TASK_CallToStart).
Changed all PE/Module routines so as to always operate on the current
process; adapted all callers.
include/module.h
include/pe_image.h
loader/elf.c
loader/main.c
loader/module.c
loader/pe_image.c
loader/pe_resource.c
loader/resource.c
loader/task.c
scheduler/thread.c