17 May
2025
17 May
'25
3:02 p.m.
From: Jacek Caban <jacek(a)codeweavers.com> --- dlls/winecrt0/exception.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winecrt0/exception.c b/dlls/winecrt0/exception.c index 58cf91172ac..2698b2339aa 100644 --- a/dlls/winecrt0/exception.c +++ b/dlls/winecrt0/exception.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#undef USE_COMPILER_EXCEPTIONS #include <stdarg.h> #include "winternl.h" #include "wine/exception.h" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8067