From: Jacek Caban jacek@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"