Rewrote Unix process launching to allow passing startup information to
authorAlexandre Julliard <julliard@winehq.org>
Mon, 1 May 2000 16:24:22 +0000 (16:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 May 2000 16:24:22 +0000 (16:24 +0000)
commit5b4f3e8d6de11383a1881ab65da5bd41d4942024
tree7e93bc2a794691418c66649a7fda3433532ab5e5
parent045d81f16c1ed981d8d6830321f31a7861309b53
Rewrote Unix process launching to allow passing startup information to
Winelib apps. Improved handling of execve() failures.
17 files changed:
include/process.h
include/server.h
include/thread.h
loader/main.c
loader/module.c
memory/environ.c
miscemu/main.c
scheduler/process.c
scheduler/thread.c
server/process.c
server/process.h
server/request.c
server/request.h
server/thread.c
server/thread.h
server/trace.c
windows/queue.c