Alexandre Julliard : ntdll: NtRaiseException doesn't need to be a register function.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 10 14:13:58 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 90e38659291dc475f3340427580a170408289861
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=90e38659291dc475f3340427580a170408289861

Author: Alexandre Julliard <julliard at 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(-)




More information about the wine-cvs mailing list