Module: wine Branch: refs/heads/master Commit: 477b3bf5667ce986d56c195558e82ea3f88d6c10 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=477b3bf5667ce986d56c1955...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 22 09:57:19 2006 +0100
kernel: Moved the get_startup_info call to ntdll.
---
dlls/kernel/process.c | 140 +++++++++-------------------------------------- dlls/ntdll/loader.c | 5 +- dlls/ntdll/ntdll_misc.h | 2 - dlls/ntdll/thread.c | 101 +++++++++++++++++++++++++++++++--- 4 files changed, 123 insertions(+), 125 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=477b3bf5667ce986d56c...