Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure
commit9f32a5c8655add0b197daaf92a1b857c2839c303
authorAlexandre Julliard <julliard@winehq.org>
Tue, 9 Aug 2005 10:43:47 +0000 (9 10:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Aug 2005 10:43:47 +0000 (9 10:43 +0000)
treea11928965db3b9719e98a97cd926087d33a59931
parentb8d0f4cd10ee401d22ca247348df1a47d787ab8c
Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure
they don't end up above the address space limit.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/thread.c
dlls/ntdll/virtual.c