Added __wine_set_signal_fs function to avoid sharing the
commit67d9f3805972dda5ee4adcd862acdab07f76039e
authorAlexandre Julliard <julliard@winehq.org>
Wed, 8 Oct 2003 22:59:22 +0000 (8 22:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Oct 2003 22:59:22 +0000 (8 22:59 +0000)
tree50b758ee0ebffe1c16105e2f893cc223888cefa4
parent2de67b842879b21a6854b22b0bc46476d1ac74d3
Added __wine_set_signal_fs function to avoid sharing the
SYSLEVEL_Win16CurrentTeb variable between kernel and ntdll.
On the kernel side, replaced SYSLEVEL_Win16CurrentTeb by
CallTo16_TebSelector stored directly in the asm relay code to avoid a
run-time relocation.
dlls/kernel/syslevel.c
dlls/ntdll/ntdll.spec
dlls/ntdll/signal_i386.c
tools/winebuild/relay.c