Re: [PATCH 1/3] msvcr90: Implement _set_abort_behavior [try2]
Jan. 12, 2011
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
5552
Age (days ago)
5552
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard