Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
commit3ef9322915ab5a5d42576166a2a8dd6933f6f93e
authorAlexandre Julliard <julliard@winehq.org>
Thu, 13 Apr 2000 17:03:22 +0000 (13 17:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Apr 2000 17:03:22 +0000 (13 17:03 +0000)
tree2a76b7c74a5a23fdecaf5d10752512a7e3874b98
parent86ff8c0826a500f0dea05d5ebc7e5af8aa91c124
Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
the various stacks.
include/thread.h
scheduler/process.c
scheduler/thread.c