ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files.
commitc5a57e7d13d604898f8cddeed3b6d2bfd44b68df
authorAlexandre Julliard <julliard@winehq.org>
Thu, 30 Apr 2009 11:08:32 +0000 (30 13:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 30 Apr 2009 11:23:15 +0000 (30 13:23 +0200)
tree33dae287b5e34cfbe0a522bb69e6c398132ceb5f
parent53169b98d218b24152af617e02ab36dc342ad746
ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files.
dlls/ntdll/exception.c
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