[PATCH] include: Make break out of __TRY blocks work with compiler exceptions.

Alexandre Julliard julliard at winehq.org
Mon Feb 13 03:30:36 CST 2017


Stefan Dösinger <stefandoesinger at gmx.at> writes:

> ddraw.dll uses this. I am using compiler exceptions for my Visual Studio
> build setup. A ddraw.dll compiled with this passes the test added by
> commit d9f2b4627. I manually tested the functionality of __TRY-__FINALLY,
> __EXCEPT_ALL and __EXCEPT(func).

It would be better to avoid break, and ideally find a way to disallow it
in the Wine macros.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list