kernel: Added support for exec'ing a new Win32 process.
commit2cb0f43224db9e4ab8717ad0b1738c8debdb195e
authorAlexandre Julliard <julliard@winehq.org>
Wed, 19 Jul 2006 12:12:58 +0000 (19 14:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Jul 2006 12:12:58 +0000 (19 14:12 +0200)
tree1d9d16cff2df5e31bc9d7ccbfb0b3a5bb131452f
parentc316f0e47fd75c8cc2ddf77b847d59b0e8f475d2
kernel: Added support for exec'ing a new Win32 process.

Use it to restart execution if the main binary can't be loaded because
of address space conflicts, and also for Win16/DOS support.
dlls/kernel/process.c
dlls/ntdll/virtual.c