ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 23 Feb 2009 13:24:59 +0000 (14:24 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 Feb 2009 13:24:59 +0000 (14:24 +0100)
commit1056771b9100a9bf6bb9abf79c8379753129ace4
tree4367279599b7bc3f7cafd0fdc9526e80cd4237e0
parent67e45d66d32a52bd4df8df24a75330bc59d4ec37
ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/thread.c
dlls/ntdll/virtual.c