Exec a separate wine binary for every win32 process so that they run
commitc192ba24687d1016a4a990236b1f53ae463e58d3
authorAlexandre Julliard <julliard@winehq.org>
Mon, 29 May 2000 21:25:10 +0000 (29 21:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 May 2000 21:25:10 +0000 (29 21:25 +0000)
treefb264c7d8ea5587f26bf4e918ff916c0cb6f40c3
parent8f65001f781c3e07fe555def3b018ff1952a01ee
Exec a separate wine binary for every win32 process so that they run
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
27 files changed:
dlls/shell32/shell.c
include/main.h
include/module.h
include/options.h
include/pe_image.h
include/process.h
include/task.h
include/thread.h
loader/dos/module.c
loader/main.c
loader/module.c
loader/ne/module.c
loader/pe_image.c
loader/task.c
memory/environ.c
misc/main.c
misc/options.c
miscemu/main.c
msdos/int20.c
msdos/int21.c
scheduler/client.c
scheduler/process.c
scheduler/thread.c
win32/except.c
windows/nonclient.c
windows/queue.c
windows/user.c