ntdll: Use a separate stack when starting new threads.
commit9e093936e27a29993979f36c18d6c627e36bd737
authorAlexandre Julliard <julliard@winehq.org>
Tue, 21 Nov 2017 12:50:43 +0000 (21 13:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Nov 2017 14:05:50 +0000 (21 15:05 +0100)
tree81baa2731c9079718062237bdedad7b16bb5af8f
parented893d3591802bb562d100b277f968be402af740
ntdll: Use a separate stack when starting new threads.

Based on a patch by Sebastian Lackner.

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