widl [2/9]: Add an option to use Wine exception handlers.

Alexandre Julliard julliard at winehq.org
Mon Nov 12 04:50:27 CST 2007


Dan Hipschman <dsh at 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 at winehq.org



More information about the wine-devel mailing list