Module: wine Branch: refs/heads/master Commit: 2cb0f43224db9e4ab8717ad0b1738c8debdb195e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2cb0f43224db9e4ab8717ad0...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jul 19 14:12:58 2006 +0200
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 | 120 +++++++++++++++++++++++++++++++------------------ dlls/ntdll/virtual.c | 9 +--- 2 files changed, 80 insertions(+), 49 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=2cb0f43224db9e4ab871...