ntdll: Simplify the thread startup routine and make it CPU-specific.
commitf124c7cc38e7edf0823347afa5f8e7126143080d
authorAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jun 2009 14:38:30 +0000 (18 16:38 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jun 2009 15:01:44 +0000 (18 17:01 +0200)
treedb5ae273ba868aca61f101c8bde5ab9e58475928
parentd17f3fe8a500c66273ee03a146bda8ca873c012d
ntdll: Simplify the thread startup routine and make it CPU-specific.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_sparc.c
dlls/ntdll/signal_x86_64.c
dlls/ntdll/thread.c