Process creation sequence reorganized:
commit6e0d38603edc1fac93ddfe6eb18555a85c049b42
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sun, 28 Feb 1999 11:14:32 +0000 (28 11:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 28 Feb 1999 11:14:32 +0000 (28 11:14 +0000)
tree15d666e4dfbc01657cea30d721b7e0160f7fdd2f
parent38d9ce811d7a58d04d28348f2e1a23533f101c5e
Process creation sequence reorganized:
- Removed instance data segment for all but NE modules.
- Check binary type in CreateProcess before loading module.
- Unix process creation moved from WinExec to CreateProcess.
- Bugfix: fill in thdb->teb.htask16 member correctly.
include/module.h
include/task.h
loader/module.c
loader/task.c
scheduler/process.c
scheduler/thread.c