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.