Moved 16-bit calls initialization and exception handling to kernel32.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 25 Aug 2003 00:56:37 +0000 (00:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Aug 2003 00:56:37 +0000 (00:56 +0000)
commit3be5d62b294a279246c9ed839bb61e6e36c17627
treed98e01a45c162a88890b00475c09e212efe05900
parentd631f30945aa483cebdcfe5052356bd1c5002328
Moved 16-bit calls initialization and exception handling to kernel32.
Store the call_to_16 return address on the stack from the C code so
that we don't need two variants of call_to_16_regs.
dlls/kernel/kernel_main.c
dlls/kernel/kernel_private.h
dlls/kernel/wowthunk.c
dlls/ntdll/exception.c
if1632/relay.c
include/module.h
memory/instr.c
tools/winebuild/relay.c