Re: widl [2/9]: Add an option to use Wine exception handlers.
12 Nov
2007
12 Nov
'07
4:50 a.m.
Dan Hipschman <dsh(a)linux.ucla.edu> writes:
This patch adds a --wine-seh option to widl to use Wine's SEH instead of the Windows one.
This should not be a widl option. widl should generate a single version of the C code that works on all compilers, using appropriate macros and #ifdefs. Also you shouldn't use the wine/exception.h macros, since you are generating the code you can output the code directly, in a much more straightforward way than the convoluted __TRY macros. -- Alexandre Julliard julliard(a)winehq.org
6695
Age (days ago)
6695
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard