Detlef Riekenberg wine.dev@web.de writes:
@@ -36,6 +36,11 @@ static MSVCRT_purecall_handler purecall_handler = NULL;
static const char szMsgBoxTitle[] = "Wine C++ Runtime Library";
+#ifndef _WRITE_ABORT_MSG
+#define _WRITE_ABORT_MSG 1
+#define _CALL_REPORTFAULT 2
+#endif
These should go in msvcrt.h with the appropriate prefix and
corresponding test.
--
Alexandre Julliard
julliard@winehq.org