Dan Hipschman dsh@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.