Store the debug info structure on the thread stack.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 21 Aug 2003 21:34:33 +0000 (21:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Aug 2003 21:34:33 +0000 (21:34 +0000)
commitaee989a7ed5f935f61502e5d0c9fb87205987e0e
tree6f7eb272d3981dbac9978c0ffa367b18d75a91f7
parent6677ac4bc0b577322ff4529b5aad9670bd23aec9
Store the debug info structure on the thread stack.
Moved thread initialization code from sysdeps.c to thread.c to avoid
an indirection.
dlls/ntdll/debugtools.c
dlls/ntdll/sysdeps.c
include/thread.h
scheduler/thread.c