17 May
2025
17 May
'25
2:26 p.m.
Alexandre Julliard (@julliard) commented about dlls/winecrt0/exception.c:
#include "wine/exception.h" #include "wine/asm.h"
-#if defined(__GNUC__) || defined(__clang__) +#if (defined(__GNUC__) || defined(__clang__)) && !defined(USE_COMPILER_EXCEPTIONS) This would break Winelib if an app is built without -DUSE_COMPILER_EXCEPTIONS.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8067#note_103723