Re: Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
15 Feb
2008
15 Feb
'08
1:08 p.m.
Robert Shearman <rob(a)codeweavers.com> writes:
Alternatively, we could get rid of the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC functions and make users of __EXCEPT and __FINALLY declare the functions themselves and access the exception data directly without use of macros.
That would be better, the macros only make sense if we can use the standard ones. If we have to use a Wine-specific approach anyway then the macros are just making it harder to see what's going on. -- Alexandre Julliard julliard(a)winehq.org
6515
Age (days ago)
6515
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard