Alexandre Julliard : kernel: Added support for exec'ing a new Win32 process .

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 19 12:31:57 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 2cb0f43224db9e4ab8717ad0b1738c8debdb195e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2cb0f43224db9e4ab8717ad0b1738c8debdb195e

Author: Alexandre Julliard <julliard at 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=2cb0f43224db9e4ab8717ad0b1738c8debdb195e



More information about the wine-cvs mailing list