12 Jan
2011
12 Jan
'11
5:10 p.m.
Detlef Riekenberg <wine.dev(a)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(a)winehq.org