10 Jan
2006
10 Jan
'06
8:13 p.m.
Module: wine Branch: refs/heads/master Commit: 90e38659291dc475f3340427580a170408289861 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=90e38659291dc475f3340427... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jan 10 17:51:22 2006 +0100 ntdll: NtRaiseException doesn't need to be a register function. Moved common code between NtRaiseException and RtlRaiseException to a separate raise_exception function. --- dlls/ntdll/exception.c | 199 ++++++++++++++++++++++++++---------------------- dlls/ntdll/ntdll.spec | 2 include/winternl.h | 2 3 files changed, 110 insertions(+), 93 deletions(-)