ntdll: Put the initial pthread stack at the end of the Win32 stack.
commitf8e0bd1b0d189d5950dc39082f439cd1fc9569d5
authorAlexandre Julliard <julliard@winehq.org>
Wed, 29 Nov 2017 09:44:21 +0000 (29 10:44 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 29 Nov 2017 09:44:21 +0000 (29 10:44 +0100)
treedfaef2e3080deee215f32f26ceef2829bc29988c
parent93eceba03e8a29a622a3f145dd5c157062f37293
ntdll: Put the initial pthread stack at the end of the Win32 stack.

Create a separate view for it so that the main stack can be freed
independently.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/loader.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/thread.c
dlls/ntdll/virtual.c