Module: wine Branch: master Commit: 1056771b9100a9bf6bb9abf79c8379753129ace4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1056771b9100a9bf6bb9abf79c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 23 14:24:59 2009 +0100
ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
---
dlls/ntdll/loader.c | 6 +---- dlls/ntdll/ntdll_misc.h | 2 +- dlls/ntdll/thread.c | 55 +++++++++++++--------------------------------- dlls/ntdll/virtual.c | 43 ++++++++++++++++++------------------ 4 files changed, 39 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1056771b9100a9bf6bb9ab...